Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr authored Feb 17, 2024
1 parent d32ece5 commit 1d7525d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
# run: sudo dpkg --add-architecture armhf && sudo apt-get update

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

run: sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross libsqlite3-dev
- name: Build binary for Raspberry Pi
run: cargo build --release --target=arm-unknown-linux-gnueabihf

Expand Down

0 comments on commit 1d7525d

Please sign in to comment.