Skip to content

Commit 102dc2d

Browse files
committed
Update cmake.yml
1 parent 5c6d7e7 commit 102dc2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +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
7779
sudo update-alternatives --set clang /usr/bin/clang-16
7880
sudo update-alternatives --set clang++ /usr/bin/clang++-16
7981

0 commit comments

Comments
 (0)