Skip to content

Commit 4837b4b

Browse files
committed
apt-get install gcc-arm-linux-gnueabi before?
1 parent 529460a commit 4837b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions-rs/toolchain@v1
6363
with:
6464
toolchain: stable
65-
- run: sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf
65+
- run: sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
6666
- run: rustup target add ${{ matrix.target }}
6767
- run: cargo build --examples --verbose --target ${{ matrix.target }}
6868
- name: Upload artifacts

0 commit comments

Comments
 (0)