File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 86
86
with :
87
87
fetch-depth : 2
88
88
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
+
89
93
# Free up disk space on Linux by removing preinstalled components that
90
94
# we do not need. We do this to enable some of the less resource
91
95
# intensive jobs to run on free runners, which however also have
@@ -179,6 +183,9 @@ jobs:
179
183
- name : show the current environment
180
184
run : src/ci/scripts/dump-environment.sh
181
185
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
+
182
189
- name : run the build
183
190
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
184
191
run : src/ci/scripts/run-build-from-ci.sh 2>&1
You can’t perform that action at this time.
0 commit comments