mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
make vcvars stick
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -28,8 +28,9 @@ jobs:
|
||||
.\SETUP.EXE /s
|
||||
|
||||
- name: Build
|
||||
shell: cmd
|
||||
run: |
|
||||
./msvc420/bin/VCVARS32.BAT x86
|
||||
call ./msvc420/bin/VCVARS32.BAT x86
|
||||
mkdir Release
|
||||
./msvc420/bin/NMAKE.EXE /f isle.mak CFG="ISLE - Win32 Release"
|
||||
|
||||
|
Reference in New Issue
Block a user