mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 07:37:59 -05:00
screw you windows
This commit is contained in:
parent
596335f409
commit
b922043edc
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -20,7 +20,6 @@ jobs:
|
|||
|
||||
- name: Set up DX5 SDK
|
||||
run: |
|
||||
mkdir -p dx5sdk
|
||||
cd dx5sdk
|
||||
C:\msys64\usr\bin\wget.exe https://archive.org/download/idx5sdk/idx5sdk.exe
|
||||
7z x .\idx5sdk.exe
|
||||
|
@ -31,7 +30,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
./msvc420/BIN/VCVARS32.BAT x86
|
||||
mkdir -p Release
|
||||
mkdir Release
|
||||
nmake /f isle.mak CFG="ISLE - Win32 Release"
|
||||
|
||||
- name: Upload Artifact
|
||||
|
|
Loading…
Reference in a new issue