From 6e27ab94cf5ac982d9a3123f2eb23dc9af459fd0 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:08:09 +0100 Subject: [PATCH] fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb41081d..7211e128 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -448,7 +448,7 @@ jobs: # them via `shell: cmd.exe` directly does not (cmd treats it as inline, not a script). command: | cd ~/project/native - cat > build.bat <<'EOF' + cat > build.bat \<<'EOF' cd /d %USERPROFILE%\project\native if not exist x64\Release mkdir x64\Release for /f "usebackq delims=" %%i in (`"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -latest -products * -find VC\Auxiliary\Build\vcvars64.bat`) do call "%%i"