File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 8686 with :
8787 fetch-depth : 2
8888
89+ - run : |
90+ cmd.exe /c '"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 10.0.22621.0 && set' >> "$GITHUB_ENV"
91+ cmd.exe /c '"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 10.0.22621.0 && set'
92+
8993 # Free up disk space on Linux by removing preinstalled components that
9094 # we do not need. We do this to enable some of the less resource
9195 # intensive jobs to run on free runners, which however also have
@@ -179,6 +183,9 @@ jobs:
179183 - name : show the current environment
180184 run : src/ci/scripts/dump-environment.sh
181185
186+ - run : |
187+ "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 10.0.22621.0 >NUL & set > %GITHUB_ENV%
188+
182189 - name : run the build
183190 # Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
184191 run : src/ci/scripts/run-build-from-ci.sh 2>&1
You can’t perform that action at this time.
0 commit comments