mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
use 420 nmake
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user