Skip to content

Commit fb9e04c

Browse files
committed
Update CI for other architectures
1 parent 22356fc commit fb9e04c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
rustup target add thumbv7em-none-eabihf
9494
- name: 'Build on non x86_64 platforms'
9595
run: |
96-
cargo build --target i686-unknown-linux-gnu
97-
cargo build --target thumbv7em-none-eabihf
96+
cargo build --target i686-unknown-linux-gnu --no-default-features --features nightly
97+
cargo build --target thumbv7em-none-eabihf --no-default-features --features nightly
9898
9999
- name: "Install Rustup Components"
100100
run: rustup component add rust-src llvm-tools-preview

0 commit comments

Comments
 (0)