From 1d1041c06feaca5e9471546371b614d33642d3b2 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 11 Jun 2023 14:27:14 +0200 Subject: [PATCH] make vcvars stick --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c945537..3cf2e733 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"