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 7815a35 commit 24f66ecCopy full SHA for 24f66ec
.github/workflows/linux.yml
@@ -36,9 +36,8 @@ jobs:
36
- uses: actions/checkout@v4
37
38
- name: Install build tools
39
- run: >-
+ run: |
40
sudo apt-get install ninja-build -y -q
41
-
42
wget https://apt.llvm.org/llvm.sh
43
chmod +x llvm.sh
44
sudo sudo ./llvm.sh 19 # all
.github/workflows/macos.yml
@@ -46,8 +46,8 @@ jobs:
46
47
- name: Install llvm-19
48
if: startsWith(matrix.compiler, 'clang')
49
50
- brew install llvm-19 | echo ignored
+ brew install llvm@19 || echo ignored
51
52
- name: macos clang++-18 ${{ matrix.sanitizer }}
53
0 commit comments