mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-02-18 04:30:36 -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: |
|
run: |
|
||||||
mkdir dx5sdk
|
mkdir dx5sdk
|
||||||
cd 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 .\idx5sdk.exe
|
||||||
7z x .\DX5SDK.EXE
|
7z x .\DX5SDK.EXE
|
||||||
cd cdrom
|
cd cdrom
|
||||||
|
|
Loading…
Reference in a new issue