Skip to content

Commit 63da465

Browse files
committed
change default linker to msvc
1 parent 11f869f commit 63da465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Set default linker
7676
working-directory: "C:\\${{ github.event.repository.name }}"
77-
run: rustup default stable-x86_64-pc-windows-gnu
77+
run: rustup default stable-x86_64-pc-windows-msvc
7878

7979
- name: Install dependencies
8080
working-directory: "C:\\${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)