Skip to content

Commit

Permalink
ci: use absolute path to wget
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Oct 26, 2023
1 parent 29c99d4 commit 849dcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup NSIS
shell: cmd
run: |
wget -c https://sourceforge.net/projects/nsis/files/NSIS%202/2.51/nsis-2.51.zip/download
C:\msys64\usr\bin\wget.exe -c https://sourceforge.net/projects/nsis/files/NSIS%202/2.51/nsis-2.51.zip/download
7z x nsis-2.51.zip
- name: Build wrappers
Expand Down

0 comments on commit 849dcf6

Please sign in to comment.