File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 7474 - name : Set up MSVC
7575 uses : microsoft/setup-msbuild@v2
7676
77+ # See https://github.com/actions/runner-images/issues/9701
7778 # Adapted from https://github.com/actions/runner-images/issues/9873#issuecomment-2139288682
78- # Also see https://github.com/actions/runner-images/issues/9701
7979 - run : |
8080 $VS_PATH = vswhere.exe -latest -products * -requires Microsoft.Component.MSBuild -property installationPath
8181 echo "VS_PATH=$VS_PATH" >> $env:GITHUB_ENV
8484 - name : Install missing Visual Studio components
8585 if : matrix.os != 'windows-2019' # This is only an issue in later Windows versions
8686 run : |
87+ Set-Location "C:\Program Files (x86)\Microsoft Visual Studio\Installer\"
8788 [string]$WorkloadArgs = @(
8889 "Microsoft.VisualStudio.Component.VC.$Env:MSVC_VERSION.$Env:VS_VERSION.ATL"
8990 ) | ForEach-Object {"--add $_"}
You can’t perform that action at this time.
0 commit comments