Skip to content

Commit 87c9b84

Browse files
committed
[ci] add llvm ppa
1 parent 45ccc85 commit 87c9b84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33+
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" -- 12
3334
sudo apt-get update
34-
sudo apt-get install -y clang-12 rpm2cpio cpio binutils-${{ matrix.triple }}
35+
sudo apt-get install -y rpm2cpio cpio binutils-${{ matrix.triple }}
3536
3637
- name: Install depot_tools
3738
run: |

0 commit comments

Comments
 (0)