We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b2d7b commit 3819b89Copy full SHA for 3819b89
.github/workflows/rust.yml
@@ -48,11 +48,11 @@ jobs:
48
chmod +x "${GITHUB_WORKSPACE}/scripts/download_ci_optix.bash"
49
scripts/download_ci_optix.bash
50
51
- - name: Install LLVM 7.1.0
+ - name: Install LLVM 7
52
if: contains(matrix.os, 'ubuntu')
53
run: |
54
- sudo apt-get install llvm-7.1
55
- sudo ln -s /usr/bin/llvm-config-7.1 /usr/local/bin/llvm-config
+ sudo apt-get install llvm-7
+ sudo ln -s /usr/bin/llvm-config-7 /usr/local/bin/llvm-config
56
57
- name: Load Rust Cache
58
uses: Swatinem/rust-cache@v1
0 commit comments