Skip to content

Commit 8b99f73

Browse files
committed
Forward flag to linker
1 parent c4b05ae commit 8b99f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Set RUSTFLAGS for Windows GNU linker
7777
if: matrix.os == 'windows'
7878
shell: bash
79-
run: echo "RUSTFLAGS=-C link-arg=--exclude-libs=ALL" >> "$GITHUB_ENV"
79+
run: echo "RUSTFLAGS=-C link-arg=-Wl,--exclude-libs=ALL" >> "$GITHUB_ENV"
8080

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

0 commit comments

Comments
 (0)