diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-01-03 00:30:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 00:30:21 +0000 |
commit | 6061ce119f7d74178affe18cd616bf61c6c6b6e5 (patch) | |
tree | 97d43b99ba30ff655046c0c1342bdf962c2580d4 | |
parent | 5d84b4325e63904ec4beb5eb59ef632de4ea4710 (diff) |
Update build-windows.bat
-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 c01b0f60..efdd4bb5 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" && %* +"C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" >nul && %* exit /b %ERRORLEVEL% |