diff --git a/.github/workflows/run_test.yml b/.github/workflows/run_test.yml index 4b9190c..268dfe4 100644 --- a/.github/workflows/run_test.yml +++ b/.github/workflows/run_test.yml @@ -67,6 +67,9 @@ jobs: uses: matlab-actions/setup-matlab@v1 with: release: R2022a + - name: Install octave-image (Windows only) + if: ${{ runner.os == 'Windows' }} + run: octave-cli --eval "pkg install -forge image" - name: Run MATLAB test uses: matlab-actions/run-command@v1 with: diff --git a/tools/PoissonRecon b/tools/PoissonRecon index 7f64494..387fa8a 160000 --- a/tools/PoissonRecon +++ b/tools/PoissonRecon @@ -1 +1 @@ -Subproject commit 7f64494155b2fc8f4d70ba1f69496e9f39da2bd4 +Subproject commit 387fa8acc7871133efbe1fe20083bd57899ef018 diff --git a/tools/meshfix b/tools/meshfix index 6888ecb..88c19a9 160000 --- a/tools/meshfix +++ b/tools/meshfix @@ -1 +1 @@ -Subproject commit 6888ecb2d49667f7f941863935a5608da30a2774 +Subproject commit 88c19a938789780efefdf4213d626f4296dd6d88 diff --git a/tools/tetgen b/tools/tetgen index 603ba18..213548f 160000 --- a/tools/tetgen +++ b/tools/tetgen @@ -1 +1 @@ -Subproject commit 603ba181ebfaed38eec88532720e282606009b73 +Subproject commit 213548f5bca1ec00269603703f0fec1272181587