Skip to content

Commit eca72e9

Browse files
authored
Update meshopt-cmake.yml
1 parent eaa6d59 commit eca72e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/meshopt-cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131
with:
3232
repository: zeux/meshoptimizer
33+
ref: v0.23
3334

3435
- name: Install dependencies on Ubuntu
3536
if: matrix.os == 'ubuntu-latest'
@@ -98,4 +99,4 @@ jobs:
9899
uses: actions/upload-artifact@v4
99100
with:
100101
name: meshoptimizer-${{ matrix.arch }}-dylib
101-
path: build/**/*.dylib
102+
path: build/**/*.dylib

0 commit comments

Comments
 (0)