diff options
-rw-r--r-- | .github/workflows/build-windows.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-windows.bat b/.github/workflows/build-windows.bat index efdd4bb5..df796619 100644 --- a/.github/workflows/build-windows.bat +++ b/.github/workflows/build-windows.bat @@ -1,3 +1,3 @@ set path=C:\Program Files\PowerShell\7;D:\a\opentrack\opentrack\ninja-build;C:\Program Files (x86)\pipx_bin;C:\hostedtoolcache\windows\Python\3.7.9\x64\Scripts;C:\hostedtoolcache\windows\Python\3.7.9\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\CMake\bin;C:\Program Files\Git\cmd;C:\Users\runneradmin\AppData\Local\Microsoft\WindowsApps;%GITHUB_WORKSPACE%/ninja-build -"C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" >nul && %* +"C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" >nul && %* exit /b %ERRORLEVEL% |