mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
use the answer file
This commit is contained in:
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: |
|
||||||
|
Reference in New Issue
Block a user