Skip to content

Commit b343977

Browse files
Update nightly.yml
1 parent 9c8ac6a commit b343977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
shell: cmd
5252
run: |
5353
curl -L https://github.com/skeeto/w64devkit/releases/download/v2.2.0/w64devkit-x64-2.2.0.7z.exe --output w64devkit.zip
54-
Expand-Archive w64devkit.zip -DestinationPath .
54+
Expand-Archive -force -Path w64devkit.zip -DestinationPath .
5555
5656
- name: Add w64devkit to PATH
5757
run: |

0 commit comments

Comments
 (0)