File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,8 @@ jobs:
222
222
- run : cargo check -Z build-std --target armv7-unknown-freebsd --all-targets --features=all-apis
223
223
- run : cargo check -Z build-std --target aarch64-unknown-linux-gnu_ilp32 --all-targets --features=all-apis
224
224
- run : cargo check -Z build-std --target x86_64-unknown-haiku --all-targets --features=all-apis
225
- - run : cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
225
+ # Temporarily disable due to build errors on nightly.
226
+ # - run: cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
226
227
- run : cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
227
228
- run : cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
228
229
- run : cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
You can’t perform that action at this time.
0 commit comments