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 529460a commit 4837b4bCopy full SHA for 4837b4b
.github/workflows/test.yaml
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions-rs/toolchain@v1
63
with:
64
toolchain: stable
65
- - run: sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf
+ - run: sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
66
- run: rustup target add ${{ matrix.target }}
67
- run: cargo build --examples --verbose --target ${{ matrix.target }}
68
- name: Upload artifacts
0 commit comments