Skip to content

Commit d4b2d7b

Browse files
committed
Chore: try simlinking llvm-config-7.1
1 parent d7c8a6d commit d4b2d7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
- name: Install LLVM 7.1.0
5252
if: contains(matrix.os, 'ubuntu')
5353
run: |
54-
sudo apt-get install llvm-7-dev
54+
sudo apt-get install llvm-7.1
55+
sudo ln -s /usr/bin/llvm-config-7.1 /usr/local/bin/llvm-config
5556
5657
- name: Load Rust Cache
5758
uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)