Skip to content

Commit 577ba35

Browse files
authored
Update master.yaml: wrong c compiler for clang
1 parent 29f0aa3 commit 577ba35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 90
4646
4747
- name: Configure CMake for clang++
48-
run: cmake -S test -B build-clang -DCMAKE_C_COMPILER=clang-10 -DCMAKE_CXX_COMPILER=clang++-17
48+
run: cmake -S test -B build-clang -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17
4949

5050
- name: Build with clang++
5151
run: cmake --build build-clang

0 commit comments

Comments
 (0)