Skip to content

Commit

Permalink
[ci] use 64bit mex on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Dec 23, 2024
1 parent 4ac42b9 commit dc2d217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
echo "$PWD/octave/octave-5.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH
fi
- name: Test linux32 binaries
if: false
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: rm -rf bin/*.mexa64
- name: Run Octave unit tests
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
with:
release: R2022a
- name: Test linux32 binaries
if: false
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: rm -rf bin/*.mexa64
- name: Test win32 binaries
Expand Down
2 changes: 1 addition & 1 deletion tools/PoissonRecon
Submodule PoissonRecon updated 117 files

0 comments on commit dc2d217

Please sign in to comment.