Skip to content

Commit f39dddf

Browse files
authored
Specify llvm 19
1 parent 8d15baf commit f39dddf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ jobs:
8989
arch: x64
9090
- name: Setup LLVM
9191
if: matrix.platform.toolchain == 'cmake/llvm-toolchain.cmake'
92-
run: sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
92+
run: |
93+
wget https://apt.llvm.org/llvm.sh
94+
chmod +x llvm.sh
95+
sudo bash llvm.sh 19
9396
- name: Setup Macos
9497
if: startsWith(matrix.platform.os, 'macos')
9598
run: sudo chmod -R 777 /opt/

0 commit comments

Comments
 (0)