We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74968dc commit 5e4ccb5Copy full SHA for 5e4ccb5
appveyor.yml
@@ -29,6 +29,10 @@ cache:
29
- .cache/obs_deps.zip
30
31
# Scripts
32
+
33
+init:
34
+- ps: & 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe' --quiet --wait --norestart --add Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | Out-Null
35
36
install:
37
- cmd: ci/win/install.cmd
38
0 commit comments