We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84003f3 commit 24d9099Copy full SHA for 24d9099
.github/workflows/main.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: Install ARM compiler toolchain
109
run: |
110
sudo apt-get update -y
111
- 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
112
- name: Cross compile
113
run: cargo build --target armv7-unknown-linux-gnueabihf --features "${{ matrix.lua }} async send serialize vendored"
114
shell: bash
0 commit comments