Skip to content

Commit 806444a

Browse files
committed
Update cmake.yml
1 parent 102dc2d commit 806444a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Set Clang 16 as default
7575
if: matrix.os == 'ubuntu-24.04' && matrix.c_compiler == 'clang'
7676
run: |
77-
clang --version
78-
clang++ --version
77+
clang-16 --version
78+
clang++-16 --version
7979
sudo update-alternatives --set clang /usr/bin/clang-16
8080
sudo update-alternatives --set clang++ /usr/bin/clang++-16
8181

0 commit comments

Comments
 (0)