File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 7272 - name : Install LLVM 7
7373 if : contains(matrix.os, 'ubuntu')
7474 run : |
75- 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
75+ mkdir -p ~/llvm7 && cd ~/llvm7
76+ wget http://mirrors.kernel.org/ubuntu/pool/universe/l/llvm-toolchain-7/llvm-7_7.0.1-12_amd64.deb \
77+ http://mirrors.kernel.org/ubuntu/pool/universe/l/llvm-toolchain-7/libllvm7_7.0.1-12_amd64.deb \
78+ http://mirrors.kernel.org/ubuntu/pool/universe/l/llvm-toolchain-7/llvm-7-runtime_7.0.1-12_amd64.deb
79+ sudo apt-get update
80+ sudo apt-get install -y ./*.deb
81+ sudo ln -s /usr/bin/llvm-config-7 /usr/local/bin/llvm-config
7782
7883 - name : Load Rust Cache
7984 uses : Swatinem/rust-cache@v1
You can’t perform that action at this time.
0 commit comments