Skip to content

Commit 75a9079

Browse files
committed
retry
1 parent 3239105 commit 75a9079

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
clang-21 lld-21 libc++-21-dev libc++abi-21-dev
3535
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-21 100
3636
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
3739
sudo update-alternatives --install /usr/bin/lld lld /usr/bin/lld-21 100
3840
- name: Linux (Clang) (x86-linux)
3941
triplet: x86-linux

0 commit comments

Comments
 (0)