Skip to content

Commit 21b35dd

Browse files
committed
Update cmake.yml
1 parent a10351d commit 21b35dd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ jobs:
7676
with:
7777
version: "16"
7878

79-
- name: Set Clang 16 as Default
80-
if: matrix.os == 'ubuntu-22.04' && matrix.c_compiler == 'clang'
81-
run: |
82-
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
83-
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100
84-
sudo update-alternatives --set clang /usr/bin/clang-16
85-
sudo update-alternatives --set clang++ /usr/bin/clang++-16
86-
8779
- name: Check Clang Settings
8880
if: matrix.os == 'ubuntu-22.04' && matrix.c_compiler == 'clang'
8981
run: |

0 commit comments

Comments
 (0)