File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
3030 sudo apt-get update
3131 sudo apt-get install cmake gcc g++ nodejs doxygen graphviz lcov libncurses5-dev libtinfo6 libzstd-dev unzip tar
32- wget https://github.com/llvm/llvm-project/ releases/download/llvmorg-16.0.0/clang+ llvm-16.0.0-x86_64-linux-gnu-ubuntu-18.04. tar.xz
33- mkdir -p "/opt/llvm" && tar -xf clang+ llvm-16.0.0-x86_64-linux-gnu-ubuntu-18.04. tar.xz -C "/opt/llvm" --strip-components 1
32+ wget https://github.com/SVF-tools/SVF/ releases/download/SVF-3.0/ llvm-16.0.0-ubuntu24-rtti-x86-64. tar.gz
33+ mkdir -p "/opt/llvm" && tar -xf llvm-16.0.0-ubuntu24-rtti-x86-64. tar.gz -C "/opt/llvm" --strip-components 1
3434 echo "/opt/llvm/bin" >> $GITHUB_PATH
3535
3636 - name : stash-changes
You can’t perform that action at this time.
0 commit comments