Skip to content

Commit 5e4ccb5

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

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

3131
# 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+
3236
install:
3337
- cmd: ci/win/install.cmd
3438

0 commit comments

Comments
 (0)