Skip to content

Commit

Permalink
Add sqlite dependency without apt-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr authored Feb 9, 2024
1 parent a3cb083 commit 97091ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
target: arm-unknown-linux-gnueabihf

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

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

0 comments on commit 97091ea

Please sign in to comment.