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 bcde102 commit 5c6d7e7Copy full SHA for 5c6d7e7
.github/workflows/cmake.yml
@@ -74,8 +74,8 @@ jobs:
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
+ sudo update-alternatives --set clang /usr/bin/clang-16
+ sudo update-alternatives --set clang++ /usr/bin/clang++-16
79
80
- name: Configure CMake
81
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments