mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
use 420 nmake
This commit is contained in:
parent
b922043edc
commit
df3bf6cf2e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -29,9 +29,9 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
./msvc420/BIN/VCVARS32.BAT x86
|
||||
./msvc420/bin/VCVARS32.BAT x86
|
||||
mkdir Release
|
||||
nmake /f isle.mak CFG="ISLE - Win32 Release"
|
||||
./msvc420/bin/NMAKE.EXE /f isle.mak CFG="ISLE - Win32 Release"
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@master
|
||||
|
|
Loading…
Reference in a new issue