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 7ec1339 commit ccc9c84Copy full SHA for ccc9c84
.github/workflows/test.yaml
@@ -63,7 +63,7 @@ jobs:
63
- uses: actions-rs/toolchain@v1
64
with:
65
toolchain: stable
66
- - run: sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
+ - run: sudo apt-get update && sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf gcc-arm-linux-gnueabi
67
- run: rustup target add ${{ matrix.target }}
68
- run: cargo build --examples --verbose --target ${{ matrix.target }}
69
env:
0 commit comments