Skip to content

Commit

Permalink
install cross toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Dec 31, 2020
1 parent b08ab4e commit 5419fb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
arch: armhf
packages: libusb-dev:armhf

- name: Install cross toolchain (armv7)
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
run: sudo apt install gcc-arm-linux-gnueabihf

- name: Enable cross compilation (armv7)
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
run: |
Expand Down

0 comments on commit 5419fb8

Please sign in to comment.