Skip to content

Commit e371046

Browse files
committed
CI: Use default compiler on runner instead of clang
1 parent e69a032 commit e371046

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ jobs:
100100
cmake \
101101
-S . \
102102
-B build \
103-
-DCMAKE_C_COMPILER=clang \
104-
-DCMAKE_CXX_COMPILER=clang++ \
105103
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
106104
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
107105
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \

0 commit comments

Comments
 (0)