We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d72fe commit 9408bdbCopy full SHA for 9408bdb
.github/workflows/windows.yml
@@ -111,6 +111,9 @@ jobs:
111
for /f "delims=;" %%I in ('%vswhere% -latest -property installationPath') do (
112
set VCVARS="%%I\VC\Auxiliary\Build\vcvars64.bat"
113
)
114
+ if "${{ matrix.os }}" == "11-arm" (
115
+ set VCVARS="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsarm64.bat"
116
+ )
117
set VCVARS
118
set | uutils sort > old.env
119
call %VCVARS% ${{ matrix.vcvars || '' }}
0 commit comments