Skip to content

Commit d0a331d

Browse files
committed
Update comment
1 parent c2a2617 commit d0a331d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
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
@@ -84,6 +84,7 @@ jobs:
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 $_"}

0 commit comments

Comments
 (0)