Skip to content

Commit

Permalink
Disable x86_64-pc-windows-gnu in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Mar 12, 2024
1 parent 309c473 commit 37864e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
armv7-unknown-linux-gnueabihf,
aarch64-unknown-linux-gnu,
thumbv6m-none-eabi,
x86_64-pc-windows-gnu,
# Disabled due to issues with cross-rs
#x86_64-pc-windows-gnu,
]
channel: [1.74.0, nightly]
include:
Expand Down

0 comments on commit 37864e7

Please sign in to comment.