File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
include :
20
20
- os : ubuntu-24.04
21
21
ccache-variant : sccache
22
- c_compiler : clang
23
- cpp_compiler : clang++
22
+ c_compiler : clang-20
23
+ cpp_compiler : clang++-20
24
24
# TODO: remove ccache logic when https://github.com/hendrikmuhs/ccache-action/issues/279 is resolved.
25
25
- os : ubuntu-24.04-arm
26
26
ccache-variant : ccache
27
- c_compiler : clang
28
- cpp_compiler : clang++
27
+ c_compiler : clang-20
28
+ cpp_compiler : clang++-20
29
29
# TODO: add back gcc build when it is fixed
30
30
# - c_compiler: gcc
31
31
# cpp_compiler: g++
51
51
# For more information, see https://wiki.debian.org/Multiarch/LibraryPathOverview
52
52
- name : Prepare dependencies (Ubuntu)
53
53
run : |
54
+ wget https://apt.llvm.org/llvm.sh
55
+ chmod +x llvm.sh
56
+ sudo ./llvm.sh 20
54
57
sudo apt-get update
55
58
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-libc-dev
56
59
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