We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f869f commit 63da465Copy full SHA for 63da465
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Set default linker
76
working-directory: "C:\\${{ github.event.repository.name }}"
77
- run: rustup default stable-x86_64-pc-windows-gnu
+ run: rustup default stable-x86_64-pc-windows-msvc
78
79
- name: Install dependencies
80
0 commit comments