Skip to content

Commit 2f751e4

Browse files
committed
Update cmake.yml
1 parent 5586240 commit 2f751e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
7373
7474
- name: Set Clang 16 as Default
75+
if: matrix.os == 'ubuntu-24.04' && matrix.c_compiler == 'clang'
7576
run: |
7677
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
7778
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100

0 commit comments

Comments
 (0)