Skip to content

Commit 9879fc7

Browse files
committed
Switch to msvc rust toolchain
1 parent 8b99f73 commit 9879fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-release-candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ jobs:
7373
version: "27.4"
7474
repo-token: ${{ secrets.GITHUB_TOKEN }}
7575

76-
- name: Set RUSTFLAGS for Windows GNU linker
76+
- name: Switch to MSVC Rust toolchain (Windows)
7777
if: matrix.os == 'windows'
7878
shell: bash
79-
run: echo "RUSTFLAGS=-C link-arg=-Wl,--exclude-libs=ALL" >> "$GITHUB_ENV"
79+
run: rustup default stable-x86_64-pc-windows-msvc
8080

8181
- name: Run release candidate verification
8282
shell: bash

0 commit comments

Comments
 (0)