Skip to content

Commit 0905e56

Browse files
Update nightly.yml
1 parent 861d2f8 commit 0905e56

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ jobs:
4747
- name: Install dependencies
4848
run: vcpkg install --triplet x64-windows
4949

50-
- name: Download and install win64devkit
51-
shell: cmd
50+
- name: Download win64devkit
51+
run: |
52+
Invoke-RestMethod "https://github.com/skeeto/w64devkit/archive/refs/tags/v2.2.0.zip" -OutFile 'w64devkit.zip'
53+
- name: install win64devkit
5254
run: |
53-
curl -L https://github.com/skeeto/w64devkit/archive/refs/tags/v2.2.0.zip --output w64devkit.zip
54-
Expand-Archive -force -Path w64devkit.zip -DestinationPath .
55+
Expand-Archive ./w64devkit.zip -DestinationPath .
5556
5657
- name: Add w64devkit to PATH
5758
run: |

0 commit comments

Comments
 (0)