Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist authored Feb 5, 2024
1 parent 29da6fc commit 78e04fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- name: Install musl tools and libraries
run: |
sudo apt-get update
sudo apt-get install -y gcc gcc-multilib musl-tools musl-dev
sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/local/musl/lib/libz.so
sudo apt-get install -y gcc gcc-multilib
- name: Compile and release
uses: rust-build/[email protected]
Expand Down

0 comments on commit 78e04fb

Please sign in to comment.