Skip to content

Commit

Permalink
apt-get install gcc-arm-linux-gnueabi before?
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 18, 2023
1 parent 529460a commit 4837b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf
- run: sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
- run: rustup target add ${{ matrix.target }}
- run: cargo build --examples --verbose --target ${{ matrix.target }}
- name: Upload artifacts
Expand Down

0 comments on commit 4837b4b

Please sign in to comment.