Skip to content

Commit 068f912

Browse files
committed
CI: build on more targets
1 parent de5ce44 commit 068f912

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
run: sudo apt-get update && sudo apt-get install -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf
4040

4141
- run: cargo build --target=${{ matrix.TARGET }}
42-
if: ${{ matrix.TARGET == 'armv7-unknown-linux-gnueabihf' }}
4342

4443
# We do not run tests on MSRV because of requirements of the additional dependencies
4544
- run: cargo test --target=${{ matrix.TARGET }}

0 commit comments

Comments
 (0)