diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-26 12:02:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 12:02:25 +0000 |
commit | aa0eee070ecf99c96b27852fc42db9c93d853d00 (patch) | |
tree | 65d7910a27373bc04973fbb229ad83b2bd67a63a /.github | |
parent | 626407999d3f83dbc0f422b0f00fcace592e851f (diff) |
Update build-windows.bat
Diffstat (limited to '.github')
-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% |