mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 07:28:00 -05:00
wget not found
This commit is contained in:
parent
4a961d452c
commit
30a91afe6a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: |
|
||||
mkdir dx5sdk
|
||||
cd dx5sdk
|
||||
wget https://archive.org/download/idx5sdk/idx5sdk.exe
|
||||
C:\msys64\usr\bin\wget.exe https://archive.org/download/idx5sdk/idx5sdk.exe
|
||||
7z x .\idx5sdk.exe
|
||||
7z x .\DX5SDK.EXE
|
||||
cd cdrom
|
||||
|
|
Loading…
Reference in a new issue