Skip to content

Commit 978b280

Browse files
authored
workflows: windows: Use concrete option on Invoke-WebRequest (#8443)
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent c04f545 commit 978b280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-build-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Get dependencies
110110
run: |
111-
Invoke-WebRequest -O winflexbison.zip $env:WINFLEXBISON
111+
Invoke-WebRequest -OutFile winflexbison.zip $env:WINFLEXBISON
112112
Expand-Archive winflexbison.zip -Destination C:\WinFlexBison
113113
Copy-Item -Path C:\WinFlexBison/win_bison.exe C:\WinFlexBison/bison.exe
114114
Copy-Item -Path C:\WinFlexBison/win_flex.exe C:\WinFlexBison/flex.exe

0 commit comments

Comments
 (0)