Skip to content

Commit 24d9099

Browse files
committed
install more bits for cross compilation jobs
1 parent 84003f3 commit 24d9099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Install ARM compiler toolchain
109109
run: |
110110
sudo apt-get update -y
111-
sudo apt-get install -y --no-install-recommends gcc-arm-linux-gnueabihf
111+
sudo apt-get install -y --no-install-recommends gcc-arm-linux-gnueabihf libc-dev-armhf-cross
112112
- name: Cross compile
113113
run: cargo build --target armv7-unknown-linux-gnueabihf --features "${{ matrix.lua }} async send serialize vendored"
114114
shell: bash

0 commit comments

Comments
 (0)