Skip to content

Commit

Permalink
ansible: add ClangCL to VS2022 fix (#3786)
Browse files Browse the repository at this point in the history
Adds a missing VS component required for ClangCL compilation

Refs: #3714
Refs: #3709
  • Loading branch information
StefanStojanovic authored Jun 27, 2024
1 parent c5c15aa commit ad68ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/visual-studio/tasks/partials/vs2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- name: install Visual Studio Community 2022 Native Desktop Workload
win_chocolatey:
name: visualstudio2022-workload-nativedesktop
params: '--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64 --add Microsoft.NetCore.Component.SDK --add Microsoft.VisualStudio.Component.VC.Llvm.Clang'
params: '--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64 --add Microsoft.NetCore.Component.SDK --add Microsoft.VisualStudio.Component.VC.Llvm.Clang --add Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset'

- name: install WiX Toolset
import_tasks: 'wixtoolset.yml'
Expand Down

0 comments on commit ad68ad8

Please sign in to comment.