mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-22 19:41:04 -04:00
use the answer file
This commit is contained in:
parent
06f907782a
commit
4a961d452c
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: ISO
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -22,11 +22,11 @@ jobs:
|
||||
run: |
|
||||
mkdir 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 .\DX5SDK.EXE
|
||||
cd cdrom
|
||||
.\SETUP.EXE
|
||||
.\SETUP.EXE /s
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user