Skip to content

Commit ea32d63

Browse files
committed
[ci] add missing dll for win32 binaries, restore win32 test
1 parent 6d4f70a commit ea32d63

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/run_test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
name: MATLAB test
7474
strategy:
7575
matrix:
76-
os: [ubuntu-20.04, ubuntu-24.04, macos-12, windows-2019]
76+
os: [ubuntu-20.04, ubuntu-24.04, macos-12, windows-2019, windows-2022]
7777
runs-on: ${{ matrix.os }}
7878
steps:
7979
- name: Checkout repo
@@ -87,6 +87,9 @@ jobs:
8787
- name: Test linux32 binaries
8888
if: ${{ matrix.os == 'ubuntu-24.04' }}
8989
run: rm -rf bin/*.mexa64
90+
- name: Test win32 binaries
91+
if: ${{ matrix.os == 'windows-2019' }}
92+
run: rm -rf bin/*x86-64.exe
9093
- name: Run MATLAB test - demo_vol2mesh_ex1
9194
uses: matlab-actions/run-command@v1
9295
with:

bin/gmp-vc80-mt.dll

172 KB
Binary file not shown.

tools/PoissonRecon

Submodule PoissonRecon updated 117 files

tools/tetgen

0 commit comments

Comments
 (0)