Skip to content

Commit 39c09ac

Browse files
committed
[ci] add llvm ppa
1 parent 45ccc85 commit 39c09ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33+
wget -O - https://apt.llvm.org/llvm.sh
34+
sudo ./llvm.sh 12
3335
sudo apt-get update
3436
sudo apt-get install -y clang-12 rpm2cpio cpio binutils-${{ matrix.triple }}
3537

0 commit comments

Comments
 (0)