mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
use the answer file
This commit is contained in:
parent
06f907782a
commit
4a961d452c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: ISO
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -22,11 +22,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir dx5sdk
|
mkdir dx5sdk
|
||||||
cd dx5sdk
|
cd dx5sdk
|
||||||
wget https://ia800700.us.archive.org/9/items/idx5sdk/idx5sdk.exe
|
wget 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
|
||||||
.\SETUP.EXE
|
.\SETUP.EXE /s
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue