Skip to content

Commit 3819b89

Browse files
committed
Chore: llvm 7 not llvm 7.1.0 package
1 parent d4b2d7b commit 3819b89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
chmod +x "${GITHUB_WORKSPACE}/scripts/download_ci_optix.bash"
4949
scripts/download_ci_optix.bash
5050
51-
- name: Install LLVM 7.1.0
51+
- name: Install LLVM 7
5252
if: contains(matrix.os, 'ubuntu')
5353
run: |
54-
sudo apt-get install llvm-7.1
55-
sudo ln -s /usr/bin/llvm-config-7.1 /usr/local/bin/llvm-config
54+
sudo apt-get install llvm-7
55+
sudo ln -s /usr/bin/llvm-config-7 /usr/local/bin/llvm-config
5656
5757
- name: Load Rust Cache
5858
uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)