Skip to content

Commit 0b9f533

Browse files
committed
LLVM isn't available on newer ubuntu
1 parent 6a8b231 commit 0b9f533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install LLVM 7
7373
if: contains(matrix.os, 'ubuntu')
7474
run: |
75-
sudo apt-get install llvm-7
75+
wget -O - https://apt.llvm.org/llvm.sh | sudo bash -s 7
7676
sudo ln -s /usr/bin/llvm-config-7 /usr/local/bin/llvm-config
7777
7878
- name: Load Rust Cache

0 commit comments

Comments
 (0)