Skip to content

Commit 9426418

Browse files
committed
fix mac CI
1 parent c39638c commit 9426418

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ jobs:
135135
cmake .. \
136136
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
137137
-DCMAKE_BUILD_TYPE=${{ matrix.config }} \
138-
-DCMAKE_CXX_FLAGS_DEBUGNOSYMBOLS=""
138+
-DCMAKE_CXX_FLAGS_DEBUGNOSYMBOLS="" \
139+
-DLIBIGL_WITH_OPENGL=OFF
139140
140141
- name: Build-inflator
141142
run: cd inflator/build; make -j2; ccache --show-stats

0 commit comments

Comments
 (0)