Skip to content

Commit b71aeae

Browse files
authored
Update LLVM install
1 parent f14ebf3 commit b71aeae

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
- uses: actions/checkout@v2
3838
- name: Install LLVM
3939
run: |
40-
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key 2>/dev/null | sudo apt-key add -
41-
sudo add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main' -y
42-
sudo apt-get update -q
43-
sudo apt-get install -y libllvm10 llvm-10 llvm-10-runtime
40+
wget https://apt.llvm.org/llvm.sh
41+
chmod +x llvm.sh
42+
sudo ./llvm.sh 10
4443
4544
- name: Clippy lint
4645
run: |

0 commit comments

Comments
 (0)