Skip to content

Commit 92cd57a

Browse files
committed
Temporarily disable x86_64-uwp-windows-msvc in CI due to build errors on nightly.
1 parent 458ab31 commit 92cd57a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ jobs:
222222
- run: cargo check -Z build-std --target armv7-unknown-freebsd --all-targets --features=all-apis
223223
- run: cargo check -Z build-std --target aarch64-unknown-linux-gnu_ilp32 --all-targets --features=all-apis
224224
- 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
226227
- run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
227228
- run: cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
228229
- run: cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis

0 commit comments

Comments
 (0)