diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-26 12:15:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 12:15:55 +0000 |
commit | cc26a1f3ea084e6567d0505b6379e7fb1240cc5e (patch) | |
tree | 91e2c2b8c6c9a673da685b8da584a705ba03db25 /.github | |
parent | aa0eee070ecf99c96b27852fc42db9c93d853d00 (diff) |
Update build-windows.bat
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-windows.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-windows.bat b/.github/workflows/build-windows.bat index df796619..4571683e 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/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" >nul && %* +set path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\CMake\bin;C:\Program Files\Git\cmd;%GITHUB_WORKSPACE%/ninja-build +"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" >nul && %* exit /b %ERRORLEVEL% |