We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b99f73 commit 9879fc7Copy full SHA for 9879fc7
.github/workflows/verify-release-candidate.yml
@@ -73,10 +73,10 @@ jobs:
73
version: "27.4"
74
repo-token: ${{ secrets.GITHUB_TOKEN }}
75
76
- - name: Set RUSTFLAGS for Windows GNU linker
+ - name: Switch to MSVC Rust toolchain (Windows)
77
if: matrix.os == 'windows'
78
shell: bash
79
- run: echo "RUSTFLAGS=-C link-arg=-Wl,--exclude-libs=ALL" >> "$GITHUB_ENV"
+ run: rustup default stable-x86_64-pc-windows-msvc
80
81
- name: Run release candidate verification
82
0 commit comments