From 2f2d2c615dedb83eb617fb611656df7bda203152 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Sun, 8 Dec 2024 16:49:52 -0500 Subject: [PATCH] [ci] retest windows octave-image buil;d --- .github/workflows/run_test.yml | 11 ++++------- tools/PoissonRecon | 2 +- tools/meshfix | 2 +- tools/tetgen | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/run_test.yml b/.github/workflows/run_test.yml index 4c3d874..ad174ed 100644 --- a/.github/workflows/run_test.yml +++ b/.github/workflows/run_test.yml @@ -27,16 +27,13 @@ jobs: brew install gnuplot brew install octave else - curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-6.2.0-w64-64.7z --output octave_6.2.0.7z - 7z x octave_6.2.0.7z -ooctave -y - echo "$PWD/octave/octave-6.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH + curl --retry 3 -kL http://cdimage.debian.org/mirror/gnu.org/gnu/octave/windows/octave-5.2.0-w64-64.7z --output octave_5.2.0.7z + 7z x octave_5.2.0.7z -ooctave -y + echo "$PWD/octave/octave-5.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH fi - name: Install octave-image (Windows) if: ${{ runner.os == 'Windows' }} - run: | - curl --retry 3 -kL https://mcx.space/wiki/upload/image-2.10.0.tar.gz --output image-2.10.0.tar.gz - octave-cli --version - octave-cli --eval "pkg install -verbose image-2.10.0.tar.gz" + run: octave-cli --eval "pkg install -forge image" - name: Install octave-image (MacOS) if: ${{ runner.os == 'MacOS' }} run: octave-cli --eval "pkg install -forge image" diff --git a/tools/PoissonRecon b/tools/PoissonRecon index 387fa8a..455ea0d 160000 --- a/tools/PoissonRecon +++ b/tools/PoissonRecon @@ -1 +1 @@ -Subproject commit 387fa8acc7871133efbe1fe20083bd57899ef018 +Subproject commit 455ea0dbe651f31bf6985ff2891becff1dd79c72 diff --git a/tools/meshfix b/tools/meshfix index 5099c5e..6888ecb 160000 --- a/tools/meshfix +++ b/tools/meshfix @@ -1 +1 @@ -Subproject commit 5099c5ebfad9d020f9bb79f3a8f37200d74e7e4b +Subproject commit 6888ecb2d49667f7f941863935a5608da30a2774 diff --git a/tools/tetgen b/tools/tetgen index 213548f..603ba18 160000 --- a/tools/tetgen +++ b/tools/tetgen @@ -1 +1 @@ -Subproject commit 213548f5bca1ec00269603703f0fec1272181587 +Subproject commit 603ba181ebfaed38eec88532720e282606009b73