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 5b3be8a commit c606e1eCopy full SHA for c606e1e
.github/workflows/ci_tests.yml
@@ -93,6 +93,9 @@ jobs:
93
wget https://apt.llvm.org/llvm.sh
94
chmod +x llvm.sh
95
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++
99
- name: Setup Macos
100
if: startsWith(matrix.platform.os, 'macos')
101
run: sudo chmod -R 777 /opt/
0 commit comments