Przeglądaj źródła

change workflow to use new option

Alec Jacobson 2 lat temu
rodzic
commit
41a9bab53c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .github/workflows/continuous.yml

+ 1 - 0
.github/workflows/continuous.yml

@@ -132,6 +132,7 @@ jobs:
             -DLIBIGL_USE_STATIC_LIBRARY=${{ matrix.build-params.static }} ^
             -DLIBIGL_COPYLEFT_CGAL=ON ^
             -DLIBIGL_BUILD_TUTORIALS=${{ matrix.build-params.tutorials }} ^
+            -DLIBIGL_DELETE_TUTORIALS_IMMEDIATELY=ON ^
             -DLIBIGL_BUILD_TESTS=${{ matrix.build-params.tests }} ^
             -B build ^
             -S .