We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930e518 commit e165192Copy full SHA for e165192
.github/workflows/rust.yml
@@ -84,6 +84,7 @@ jobs:
84
run: |
85
mkdir -p ~/llvm7 && cd ~/llvm7
86
wget http://mirrors.kernel.org/ubuntu/pool/universe/l/llvm-toolchain-7/llvm-7_7.0.1-12_amd64.deb \
87
+ http://mirrors.kernel.org/ubuntu/pool/universe/l/llvm-toolchain-7/llvm-7-dev_7.0.1-12_amd64.deb \
88
http://mirrors.kernel.org/ubuntu/pool/universe/l/llvm-toolchain-7/libllvm7_7.0.1-12_amd64.deb \
89
http://mirrors.kernel.org/ubuntu/pool/universe/l/llvm-toolchain-7/llvm-7-runtime_7.0.1-12_amd64.deb
90
sudo apt-get update
0 commit comments