Skip to content

Commit 882f3c7

Browse files
author
Matthew Orlando
committed
Work around missing appveyor component
1 parent 74968dc commit 882f3c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ cache:
2929
- .cache/obs_deps.zip
3030

3131
# 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+
3237
install:
3338
- cmd: ci/win/install.cmd
3439

0 commit comments

Comments
 (0)