Skip to content

Commit 86a6c77

Browse files
committed
WIP
1 parent 919758e commit 86a6c77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
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

0 commit comments

Comments
 (0)