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 22356fc commit fb9e04cCopy full SHA for fb9e04c
.github/workflows/build.yml
@@ -93,8 +93,8 @@ jobs:
93
rustup target add thumbv7em-none-eabihf
94
- name: 'Build on non x86_64 platforms'
95
run: |
96
- cargo build --target i686-unknown-linux-gnu
97
- cargo build --target thumbv7em-none-eabihf
+ cargo build --target i686-unknown-linux-gnu --no-default-features --features nightly
+ cargo build --target thumbv7em-none-eabihf --no-default-features --features nightly
98
99
- name: "Install Rustup Components"
100
run: rustup component add rust-src llvm-tools-preview
0 commit comments