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 @@ -219,7 +219,8 @@ jobs:
219219 # Omit --all-targets on haiku because not all the tests build yet.
220220 # Temporarily disable this because the target appears to have breakage on nightly.
221221 # - 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
223224 # Temporarily disable riscv32imc-esp-espidf due to std using SOMAXCONN.
224225 # - run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
225226 - 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