We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3239105 commit 75a9079Copy full SHA for 75a9079
.github/workflows/cmake-multi-platform.yml
@@ -34,6 +34,8 @@ jobs:
34
clang-21 lld-21 libc++-21-dev libc++abi-21-dev
35
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-21 100
36
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-21 100
37
+ sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-21 60
38
+ sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++21 60
39
sudo update-alternatives --install /usr/bin/lld lld /usr/bin/lld-21 100
40
- name: Linux (Clang) (x86-linux)
41
triplet: x86-linux
0 commit comments