Skip to content

Commit bd1b57f

Browse files
committed
fix llvm
1 parent e633a73 commit bd1b57f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
uses: TheMrMilchmann/setup-msvc-dev@v3
8888
with:
8989
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)"
9093
- name: Setup Macos
9194
if: startsWith(matrix.platform.os, 'macos')
9295
run: sudo chmod -R 777 /opt/

0 commit comments

Comments
 (0)