Skip to content

Commit

Permalink
Change pipeline for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr committed Dec 14, 2024
1 parent e6a2e48 commit a0766bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- run: sudo apt-get update && sudo apt-get install -y rustup
- run: apt-get update && apt-get install -y rustup
- run: rustup default stable

- name: Rust build and test
Expand All @@ -31,7 +31,7 @@ jobs:
toolchain: stable
target: arm-unknown-linux-gnueabihf
- run: rustup target add arm-unknown-linux-gnueabihf
- run: sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
- run: apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross

- name: Build cross-compilation binary
run: cargo build --release --target=arm-unknown-linux-gnueabihf
Expand Down

0 comments on commit a0766bc

Please sign in to comment.