Skip to content

Commit

Permalink
I'm just guessing right now..
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr authored Feb 9, 2024
1 parent 1acd20e commit c265611
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
- name: Download SQLite3 development package for ARM
run: wget http://ftp.us.debian.org/debian/pool/main/s/sqlite3/libsqlite3-dev_3.45.1-1_armhf.deb && sudo dpkg -i libsqlite3-dev_3.45.1-1_armhf.deb
run: sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross

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

0 comments on commit c265611

Please sign in to comment.