Skip to content

Commit e52797d

Browse files
committed
Chore: download LLVM for CI on linux
1 parent b27d5f2 commit e52797d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ 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
52+
if: contains(matrix.os, 'ubuntu')
53+
run: |
54+
wget https://apt.llvm.org/llvm.sh
55+
chmod +x llvm.sh
56+
sudo ./llvm.sh 7.1.0
57+
5158
- name: Load Rust Cache
5259
uses: Swatinem/rust-cache@v1
5360

0 commit comments

Comments
 (0)