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 a10351d commit 21b35ddCopy full SHA for 21b35dd
.github/workflows/cmake.yml
@@ -76,14 +76,6 @@ jobs:
76
with:
77
version: "16"
78
79
- - name: Set Clang 16 as Default
80
- if: matrix.os == 'ubuntu-22.04' && matrix.c_compiler == 'clang'
81
- run: |
82
- sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
83
- sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100
84
- sudo update-alternatives --set clang /usr/bin/clang-16
85
- sudo update-alternatives --set clang++ /usr/bin/clang++-16
86
-
87
- name: Check Clang Settings
88
if: matrix.os == 'ubuntu-22.04' && matrix.c_compiler == 'clang'
89
run: |
0 commit comments