Skip to content

Commit

Permalink
Install VC ATL and MFC components III
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbar committed May 29, 2024
1 parent 83367b8 commit 35dab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install VC ATL and MFC components
run: |
$InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Community"
$args = ( 'modify', '--installPath', $InstallPath, '--add', 'Microsoft.VisualStudio.Component.VC.14.29.30133.ATL', '--add', 'Microsoft.VisualStudio.Component.VC.14.29.30133.ATLMFC', '--quiet', '--norestart', '--nocache' )
$args = ( 'modify', '--installPath', $InstallPath, '--add', 'Microsoft.VisualStudio.Component.VC.ATL', '--add', 'Microsoft.VisualStudio.Component.VC.ATLMFC', '--quiet', '--norestart', '--nocache' )
$process = Start-Process -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" -Wait -PassThru -WindowStyle Hidden -ArgumentList $args
- name: Build PanelSwWixExtension
Expand Down

0 comments on commit 35dab03

Please sign in to comment.