Skip to content

Commit

Permalink
fix mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Huangzizhou committed Oct 12, 2024
1 parent c39638c commit 9426418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ jobs:
cmake .. \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_BUILD_TYPE=${{ matrix.config }} \
-DCMAKE_CXX_FLAGS_DEBUGNOSYMBOLS=""
-DCMAKE_CXX_FLAGS_DEBUGNOSYMBOLS="" \
-DLIBIGL_WITH_OPENGL=OFF
- name: Build-inflator
run: cd inflator/build; make -j2; ccache --show-stats
Expand Down

0 comments on commit 9426418

Please sign in to comment.