File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 3030 uses : actions/checkout@v4
3131 with :
3232 repository : zeux/meshoptimizer
33- submodules : false
3433
3534 - name : Install dependencies on Ubuntu
3635 if : matrix.os == 'ubuntu-latest'
@@ -69,13 +68,13 @@ jobs:
6968 -DMESHOPT_BUILD_SHARED_LIBS=ON \
7069 -DCMAKE_OSX_ARCHITECTURES=${{ matrix.cmake-arch }}
7170
72- - name : Configure meshoptimizer (Windows)
73- if : matrix.os == 'windows-latest'
74- shell : bash
75- run : |
76- cmake -S . -B build \
77- -A ${{ matrix.cmake-arch }} \
78- -DMESHOPT_BUILD_SHARED_LIBS=ON
71+ - name : Configure meshoptimizer (Windows ARM & x64 )
72+ if : matrix.os == 'windows-latest'
73+ shell : bash
74+ run : |
75+ cmake -S . -B build \
76+ -A ${{ matrix.cmake-arch }} \
77+ -DMESHOPT_BUILD_SHARED_LIBS=ON
7978
8079 - name : Build meshoptimizer
8180 run : cmake --build build --config Release
9998 uses : actions/upload-artifact@v4
10099 with :
101100 name : meshoptimizer-${{ matrix.arch }}-dylib
102- path : build/**/*.dylib
101+ path : build/**/*.dylib
You can’t perform that action at this time.
0 commit comments