Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oktonion committed Sep 7, 2024
1 parent 4f29ddb commit f4b90cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
BUILD_SCRIPT: ~build_tests.bat
RUN_SCRIPT: run_tests.bat
SETUP_SCRIPT: |
vswhere -latest
set MSVS_VSVARS_PATH="C:\PROGRA~2\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
echo %MSVS_VSVARS_PATH%
if exist %MSVS_VSVARS_PATH% (
Expand All @@ -150,6 +151,7 @@ jobs:
RUN_SCRIPT: run_tests.bat
SETUP_SCRIPT: |
set MSVS_VSVARS_PATH="C:\PROGRA~2\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
vswhere -latest
echo %MSVS_VSVARS_PATH%
if exist %MSVS_VSVARS_PATH% (
echo call %MSVS_VSVARS_PATH% > ~build_tests.bat
Expand All @@ -170,6 +172,7 @@ jobs:
RUN_SCRIPT: run_tests.bat
SETUP_SCRIPT: |
set MSVS_VSVARS_PATH="C:\PROGRA~2\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
vswhere -latest
echo %MSVS_VSVARS_PATH%
if exist %MSVS_VSVARS_PATH% (
echo call %MSVS_VSVARS_PATH% > ~build_tests.bat
Expand All @@ -189,6 +192,7 @@ jobs:
RUN_SCRIPT: run_tests.bat
SETUP_SCRIPT: |
set MSVS_VSVARS_PATH="C:\PROGRA~2\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
vswhere -latest
echo %MSVS_VSVARS_PATH%
if exist %MSVS_VSVARS_PATH% (
echo call %MSVS_VSVARS_PATH% > ~build_tests.bat
Expand Down

0 comments on commit f4b90cd

Please sign in to comment.