From df3bf6cf2eea7fde741c92c5c1c577eb42ec7bc0 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 11 Jun 2023 14:24:19 +0200 Subject: [PATCH] use 420 nmake --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4cee99c..4c945537 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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