Skip to content

Commit

Permalink
fix: add more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 19, 2024
1 parent 0cfa2ac commit 1ddfff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install CC Dependencies
run: |
sudo apt update
sudo apt install build-essential gcc make pkg-config
sudo apt install build-essential gcc make pkg-config gcc-multilib g++-multilib musl-dev musl-tools cmake
- name: Compile and release
uses: rust-build/[email protected]
Expand Down

0 comments on commit 1ddfff4

Please sign in to comment.