Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed May 22, 2024
1 parent 753789c commit afab460
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
with:
targets: armv7-unknown-linux-gnueabihf
- name: Install cross-compilation dependencies
run: sudo apt-get update -y && sudo apt-get install -y \
build-essential \
libc6-armhf-cross \
libc6-dev-armhf-cross \
gcc-arm-linux-gnueabihf
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: build-essential \
libc6-armhf-cross \
libc6-dev-armhf-cross \
gcc-arm-linux-gnueabihf
version: 1.0
- name: Build rootshell (arm32)
run: cargo build --bin rootshell --target armv7-unknown-linux-gnueabihf --release
- name: Build rayhunter (arm32)
Expand Down

0 comments on commit afab460

Please sign in to comment.