File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 env :
5454 LLVM_VERSION : 15
5555 run : |
56- sudo apt-get update -y -q
57- sudo apt-get install -y -q lsb-release wget software-properties-common gnupg
58- sudo wget https://apt.llvm.org/llvm.sh
59- sudo chmod +x llvm.sh
60- sudo ./llvm.sh ${LLVM_VERSION}
61- sudo apt-get install -y -q libc++-${LLVM_VERSION}-dev libc++abi-${LLVM_VERSION}-dev
62- sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-${LLVM_VERSION} 100
63- sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-${LLVM_VERSION} 100
56+ apt-get update -y -q
57+ apt-get install -y -q lsb-release wget software-properties-common gnupg
58+ wget https://apt.llvm.org/llvm.sh
59+ chmod +x llvm.sh
60+ ./llvm.sh ${LLVM_VERSION}
61+ apt-get install -y -q libc++-${LLVM_VERSION}-dev libc++abi-${LLVM_VERSION}-dev
62+ update-alternatives --install /usr/bin/cc cc /usr/bin/clang-${LLVM_VERSION} 100
63+ update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-${LLVM_VERSION} 100
6464
6565 - name : Set up CMake and Ninja
6666 uses : lukka/get-cmake@latest
You can’t perform that action at this time.
0 commit comments