File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 86
86
with :
87
87
fetch-depth : 2
88
88
89
+ # Temporary fix to unblock CI
90
+ # We revert to an older Windows SDK for 32-bit Windows MSVC builds.
91
+ # See issue https://github.com/rust-lang/rust/issues/137733 for more details.
92
+ - shell : powershell
93
+ if : ${{ matrix.name == 'i686-msvc-1' || matrix.name == 'i686-msvc-2' || matrix.name == 'dist-i686-msvc' }}
94
+ run : |
95
+ $vs = &"${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -format value -property installationPath
96
+ cmd /c "`"$vs\VC\Auxiliary\Build\vcvarsall.bat`" x86 10.0.22621.0 & SET > envs.txt"
97
+ echo "Printing current environment variables"
98
+ cat envs.txt
99
+ cat envs.txt >> $env:GITHUB_ENV
100
+
89
101
# Free up disk space on Linux by removing preinstalled components that
90
102
# we do not need. We do this to enable some of the less resource
91
103
# intensive jobs to run on free runners, which however also have
You can’t perform that action at this time.
0 commit comments