We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8b231 commit 0b9f533Copy full SHA for 0b9f533
.github/workflows/rust.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install LLVM 7
73
if: contains(matrix.os, 'ubuntu')
74
run: |
75
- sudo apt-get install llvm-7
+ wget -O - https://apt.llvm.org/llvm.sh | sudo bash -s 7
76
sudo ln -s /usr/bin/llvm-config-7 /usr/local/bin/llvm-config
77
78
- name: Load Rust Cache
0 commit comments