Skip to content

Commit a99850e

Browse files
committed
ci: Add 32-bit targets
1 parent d04e8aa commit a99850e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
env:
4242
RUSTDOCFLAGS: -D warnings
4343

44+
- name: Install targets
45+
run: rustup target add i686-unknown-linux-gnu wasm32-unknown-unknown
46+
4447
- name: Run clippy
4548
run: cargo clippy --all-targets -- -D warnings
4649

0 commit comments

Comments
 (0)