We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b05ae commit 8b99f73Copy full SHA for 8b99f73
.github/workflows/verify-release-candidate.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Set RUSTFLAGS for Windows GNU linker
77
if: matrix.os == 'windows'
78
shell: bash
79
- run: echo "RUSTFLAGS=-C link-arg=--exclude-libs=ALL" >> "$GITHUB_ENV"
+ run: echo "RUSTFLAGS=-C link-arg=-Wl,--exclude-libs=ALL" >> "$GITHUB_ENV"
80
81
- name: Run release candidate verification
82
0 commit comments