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 8d3716d commit 63898b4Copy full SHA for 63898b4
.github/workflows/test32bit.yml
@@ -38,6 +38,9 @@ jobs:
38
- name: Install rust tooling for 32 bit builds
39
run: |
40
rustup target install i686-unknown-linux-gnu
41
+ - name: Install rust toolchain
42
+ run: |
43
+ rustup toolchain install
44
- name: cargo check
45
46
cargo hack check --all-targets --target=i686-unknown-linux-gnu --feature-powerset
0 commit comments