Skip to content

Commit d7c8a6d

Browse files
committed
Chore: apparently llvm script doesnt support 7
1 parent e52797d commit d7c8a6d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ jobs:
5151
- name: Install LLVM 7.1.0
5252
if: contains(matrix.os, 'ubuntu')
5353
run: |
54-
wget https://apt.llvm.org/llvm.sh
55-
chmod +x llvm.sh
56-
sudo ./llvm.sh 7.1.0
54+
sudo apt-get install llvm-7-dev
5755
5856
- name: Load Rust Cache
5957
uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)