We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74968dc commit 882f3c7Copy full SHA for 882f3c7
appveyor.yml
@@ -29,6 +29,11 @@ cache:
29
- .cache/obs_deps.zip
30
31
# Scripts
32
+
33
+init:
34
+- ps: |
35
+ & 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe' modify --norestart --add Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset --installPath 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community' --quiet
36
37
install:
38
- cmd: ci/win/install.cmd
39
0 commit comments