File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
4040 # Install clang
4141 wget https://apt.llvm.org/llvm.sh
4242 chmod +x llvm.sh
43- sudo ./llvm.sh 20
44- sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-20 100
45- sudo update-alternatives --set clang /usr/bin/clang-20
46- sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-20 100
47- sudo update-alternatives --set clang++ /usr/bin/clang++-20
43+ sudo ./llvm.sh 22
44+ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-22 100
45+ sudo update-alternatives --set clang /usr/bin/clang-22
46+ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-22 100
47+ sudo update-alternatives --set clang++ /usr/bin/clang++-22
4848
4949 if [ "${SANITIZER}" = "TSan" ]; then
5050 # Reduce ASLR to avoid TSan crashing
You can’t perform that action at this time.
0 commit comments