Skip to content

Commit 63898b4

Browse files
committed
32 bit
1 parent 8d3716d commit 63898b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test32bit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Install rust tooling for 32 bit builds
3939
run: |
4040
rustup target install i686-unknown-linux-gnu
41+
- name: Install rust toolchain
42+
run: |
43+
rustup toolchain install
4144
- name: cargo check
4245
run: |
4346
cargo hack check --all-targets --target=i686-unknown-linux-gnu --feature-powerset

0 commit comments

Comments
 (0)