We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5586240 commit 2f751e4Copy full SHA for 2f751e4
.github/workflows/cmake.yml
@@ -72,6 +72,7 @@ jobs:
72
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
73
74
- name: Set Clang 16 as Default
75
+ if: matrix.os == 'ubuntu-24.04' && matrix.c_compiler == 'clang'
76
run: |
77
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
78
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100
0 commit comments