File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ jobs:
150
150
riscv64gc-unknown-linux-gnu
151
151
arm-unknown-linux-gnueabihf
152
152
aarch64-linux-android
153
+ wasm32-wasi
153
154
- run : cargo check --workspace --all-targets --all-features --release -vv
154
155
- run : cargo check --workspace --all-targets --all-features --release -vv --target=x86_64-unknown-linux-musl
155
156
- run : cargo check --workspace --all-targets --all-features --release -vv --target=x86_64-unknown-linux-gnux32
@@ -163,6 +164,7 @@ jobs:
163
164
- run : cargo check --workspace --all-targets --all-features --release -vv --target=riscv64gc-unknown-linux-gnu
164
165
- run : cargo check --workspace --all-targets --all-features --release -vv --target=arm-unknown-linux-gnueabihf
165
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
166
168
167
169
check_cross_nightly_windows :
168
170
name : Check Cross-Compilation on Rust nightly on Windows
You can’t perform that action at this time.
0 commit comments