Skip to content

Commit

Permalink
fixes musl
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Sep 19, 2024
1 parent 885526f commit 17c9250
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ 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 Down

0 comments on commit 17c9250

Please sign in to comment.