Skip to content

Commit

Permalink
Merge pull request #36 from nim-lang/pr_linux_undep
Browse files Browse the repository at this point in the history
fixes releases
  • Loading branch information
ringabout authored Sep 19, 2024
2 parents bdb0fbc + 94346f8 commit ac77dc5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
- uses: actions/checkout@v4
with:
path: "choosenim"

- name: Install deps
run: |
sudo apt-get update
sudo apt-get install musl-tools
sudo apt-get install musl-dev
- name: Build binary
run: |
STABLE_NIM=`curl -sSL https://nim-lang.org/channels/stable | xargs`
Expand All @@ -42,7 +35,7 @@ jobs:
ls -lah
cd choosenim
nimble install -y
nimble build --path:$NIMPATH -d:release -d:staticBuild
nimble build --path:$NIMPATH -d:release
ls bin/*
- name: Write release version
Expand Down

0 comments on commit ac77dc5

Please sign in to comment.