File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,8 @@ jobs:
219
219
# Omit --all-targets on haiku because not all the tests build yet.
220
220
# Temporarily disable this because the target appears to have breakage on nightly.
221
221
# - run: cargo check -Z build-std --target x86_64-unknown-haiku --features=all-apis
222
- - run : cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
222
+ # Temporarily disable this because the target appears to have breakage on nightly.
223
+ # - run: cargo check -Z build-std --target x86_64-uwp-windows-msvc --all-targets --features=all-apis
223
224
# Temporarily disable riscv32imc-esp-espidf due to std using SOMAXCONN.
224
225
# - run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
225
226
- run : cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
You can’t perform that action at this time.
0 commit comments