diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 85a6c6fe..4e23918a 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -37,7 +37,7 @@ jobs: git config --system core.longpaths true $PSVersionTable.PSVersion Invoke-WebRequest -Uri 'https://aka.ms/vs/17/release/vs_community.exe' -OutFile 'vs_community.exe' - & .\vs_community.exe --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Component.VC.ATLMFC --add Microsoft.VisualStudio.Component.Windows11SDK.22621 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang --includeRecommended + .\vs_community.exe --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Component.VC.ATLMFC --add Microsoft.VisualStudio.Component.Windows11SDK.22621 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang --includeRecommended Get-ChildItem -Path 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\' # - name: Modifying the registry # shell: powershell