Skip to content

Commit a5eddff

Browse files
committed
Disable x86_64-pc-windows-gnu in CI
1 parent 4a93c66 commit a5eddff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
armv7-unknown-linux-gnueabihf,
5555
aarch64-unknown-linux-gnu,
5656
thumbv6m-none-eabi,
57-
x86_64-pc-windows-gnu,
57+
# Disabled due to issues with cross-rs
58+
#x86_64-pc-windows-gnu,
5859
]
5960
channel: [1.74.0, nightly]
6061
include:

0 commit comments

Comments
 (0)