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 30
30
uses : actions/checkout@v4
31
31
with :
32
32
repository : zeux/meshoptimizer
33
- submodules : false
34
33
35
34
- name : Install dependencies on Ubuntu
36
35
if : matrix.os == 'ubuntu-latest'
@@ -69,13 +68,13 @@ jobs:
69
68
-DMESHOPT_BUILD_SHARED_LIBS=ON \
70
69
-DCMAKE_OSX_ARCHITECTURES=${{ matrix.cmake-arch }}
71
70
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
79
78
80
79
- name : Build meshoptimizer
81
80
run : cmake --build build --config Release
99
98
uses : actions/upload-artifact@v4
100
99
with :
101
100
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