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 29f0aa3 commit 577ba35Copy full SHA for 577ba35
.github/workflows/master.yaml
@@ -45,7 +45,7 @@ jobs:
45
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 90
46
47
- name: Configure CMake for clang++
48
- run: cmake -S test -B build-clang -DCMAKE_C_COMPILER=clang-10 -DCMAKE_CXX_COMPILER=clang++-17
+ run: cmake -S test -B build-clang -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17
49
50
- name: Build with clang++
51
run: cmake --build build-clang
0 commit comments