Skip to content

Commit

Permalink
Disable x86_64-pc-windows-gnu platform
Browse files Browse the repository at this point in the history
  • Loading branch information
alepez committed Apr 15, 2024
1 parent b6c4b97 commit 376a663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- nightly
platform:
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
- { target: x86_64-pc-windows-gnu, os: windows-2019, host: -x86_64-pc-windows-gnu }
# - { target: x86_64-pc-windows-gnu, os: windows-2019, host: -x86_64-pc-windows-gnu }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: x86_64-apple-darwin, os: macos-latest }

Expand Down

0 comments on commit 376a663

Please sign in to comment.