Skip to content

Commit c606e1e

Browse files
committed
Fix unit to llvm 19
1 parent 5b3be8a commit c606e1e

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
@@ -93,6 +93,9 @@ jobs:
9393
wget https://apt.llvm.org/llvm.sh
9494
chmod +x llvm.sh
9595
sudo bash llvm.sh 19
96+
97+
sudo ln -sf "$(which clang-19)" /usr/bin/clang
98+
sudo ln -sf "$(which clang++-19)" /usr/bin/clang++
9699
- name: Setup Macos
97100
if: startsWith(matrix.platform.os, 'macos')
98101
run: sudo chmod -R 777 /opt/

0 commit comments

Comments
 (0)