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 fb1f01b commit ea38d94Copy full SHA for ea38d94
.github/workflows/main.yml
@@ -164,7 +164,7 @@ jobs:
164
- run: cargo check --workspace --all-targets --all-features --release -vv --target=riscv64gc-unknown-linux-gnu
165
- run: cargo check --workspace --all-targets --all-features --release -vv --target=arm-unknown-linux-gnueabihf
166
- run: cargo check --workspace --all-targets --all-features --release -vv --target=aarch64-linux-android
167
- - run: cd cap-std && cargo check --features=fs_utf8 --release -vv
+ - run: cd cap-std && cargo check --features=fs_utf8 --release -vv --target=wasm32-wasi
168
169
check_cross_nightly_windows:
170
name: Check Cross-Compilation on Rust nightly on Windows
0 commit comments