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 8d15baf commit f39dddfCopy full SHA for f39dddf
.github/workflows/ci_tests.yml
@@ -89,7 +89,10 @@ jobs:
89
arch: x64
90
- name: Setup LLVM
91
if: matrix.platform.toolchain == 'cmake/llvm-toolchain.cmake'
92
- run: sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
+ run: |
93
+ wget https://apt.llvm.org/llvm.sh
94
+ chmod +x llvm.sh
95
+ sudo bash llvm.sh 19
96
- name: Setup Macos
97
if: startsWith(matrix.platform.os, 'macos')
98
run: sudo chmod -R 777 /opt/
0 commit comments