Skip to content

Commit 6004a89

Browse files
committed
ci: disable clang to stop double linking?
1 parent c1633a9 commit 6004a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cd build
5252
cmake .. \
5353
-DCMAKE_BUILD_TYPE=${{ matrix.cmake_build_type }} \
54-
-DBUILD_PHASAR_CLANG=ON \
54+
-DBUILD_PHASAR_CLANG=OFF \
5555
-DBUILD_SWIFT_TESTS=ON \
5656
-DPHASAR_USE_Z3=ON \
5757
${{ matrix.flags }} \

0 commit comments

Comments
 (0)