Skip to content

Commit

Permalink
Use correct musl debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr committed Feb 18, 2024
1 parent f1bf1db commit 24b471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
target: arm-unknown-linux-musleabihf

- name: Install dependencies for cross-compilation
run: sudo apt-get install -y gcc-arm-linux-musleabihf
run: sudo apt-get install -y musldev

- name: Build binary for Raspberry Pi
run: cargo build --release --target=arm-unknown-linux-musleabihf
Expand Down

0 comments on commit 24b471e

Please sign in to comment.