File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 include :
2020 - os : ubuntu-24.04
2121 ccache-variant : sccache
22- c_compiler : clang
23- cpp_compiler : clang++
22+ c_compiler : clang-20
23+ cpp_compiler : clang++-20
2424 # TODO: remove ccache logic when https://github.com/hendrikmuhs/ccache-action/issues/279 is resolved.
2525 - os : ubuntu-24.04-arm
2626 ccache-variant : ccache
27- c_compiler : clang
28- cpp_compiler : clang++
27+ c_compiler : clang-20
28+ cpp_compiler : clang++-20
2929 # TODO: add back gcc build when it is fixed
3030 # - c_compiler: gcc
3131 # cpp_compiler: g++
5151 # For more information, see https://wiki.debian.org/Multiarch/LibraryPathOverview
5252 - name : Prepare dependencies (Ubuntu)
5353 run : |
54+ wget https://apt.llvm.org/llvm.sh
55+ chmod +x llvm.sh
56+ sudo ./llvm.sh 20
5457 sudo apt-get update
5558 sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-libc-dev
5659 sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
You can’t perform that action at this time.
0 commit comments