Skip to content

Commit

Permalink
fix: set the right packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 7, 2024
1 parent 10aa296 commit 43395b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ jobs:
- name: Musl setup
if: matrix.target == 'x86_64-unknown-linux-musl'
run: |
sudo apt-get install -y musl-gcc
sudo apt-get update -y
sudo apt-get install -y musl-tools musl-dev
rustup target add x86_64-unknown-linux-musl
- name: Build binaries
Expand Down

0 comments on commit 43395b3

Please sign in to comment.