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 de5ce44 commit 068f912Copy full SHA for 068f912
.github/workflows/ci.yml
@@ -39,7 +39,6 @@ jobs:
39
run: sudo apt-get update && sudo apt-get install -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf
40
41
- run: cargo build --target=${{ matrix.TARGET }}
42
- if: ${{ matrix.TARGET == 'armv7-unknown-linux-gnueabihf' }}
43
44
# We do not run tests on MSRV because of requirements of the additional dependencies
45
- run: cargo test --target=${{ matrix.TARGET }}
0 commit comments