Skip to content

Commit 60eb734

Browse files
committed
Fix verbose flag
1 parent 16e2c77 commit 60eb734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "script-options=$script_options" >> $GITHUB_OUTPUT
7171
echo "version-string=$version_string" >> $GITHUB_OUTPUT
7272
- env:
73-
LDFLAGS: "-Wl,--verbose"
73+
LDFLAGS: "/verbose"
7474
run: |
7575
subst S: ${{ github.workspace }}
7676
cd S:\llvm\utils\release\

0 commit comments

Comments
 (0)