install more bits for cross compilation jobs

This commit is contained in:
Wez Furlong 2021-01-13 10:38:08 -08:00
parent 84003f31e7
commit 24d9099ef7
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ jobs:
- name: Install ARM compiler toolchain
run: |
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends gcc-arm-linux-gnueabihf
sudo apt-get install -y --no-install-recommends gcc-arm-linux-gnueabihf libc-dev-armhf-cross
- name: Cross compile
run: cargo build --target armv7-unknown-linux-gnueabihf --features "${{ matrix.lua }} async send serialize vendored"
shell: bash