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 e633a73 commit ad2ef34Copy full SHA for ad2ef34
.github/workflows/ci_tests.yml
@@ -87,6 +87,9 @@ jobs:
87
uses: TheMrMilchmann/setup-msvc-dev@v3
88
with:
89
arch: x64
90
+ - name: Setup LLVM
91
+ if: matrix.platform.toolchain == 'cmake/llvm-toolchain.cmake'
92
+ run: bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
93
- name: Setup Macos
94
if: startsWith(matrix.platform.os, 'macos')
95
run: sudo chmod -R 777 /opt/
0 commit comments