Skip to content

Commit

Permalink
Add arm package
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr authored Nov 2, 2024
1 parent 24d62e7 commit ef7e8fb
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 @@ -38,7 +38,7 @@ jobs:
run: rustup target add armv7-unknown-linux-gnueabihf

- name: Install dependencies for cross-compiling
run: sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabihf
run: sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross

- name: Build the project
run: cargo build --release --target=armv7-unknown-linux-gnueabihf
Expand Down

0 comments on commit ef7e8fb

Please sign in to comment.