Skip to content

Commit

Permalink
[ci] fix windows matlab tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 19, 2024
1 parent 2682c76 commit e3e427a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tools/PoissonRecon
Submodule PoissonRecon updated 244 files
2 changes: 1 addition & 1 deletion tools/meshfix
2 changes: 1 addition & 1 deletion tools/tetgen
Submodule tetgen updated 1 files
+11 −1 CMakeLists.txt

0 comments on commit e3e427a

Please sign in to comment.