File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 6767 if : steps.cache-libs.outputs.cache-hit != 'true'
6868 run : |
6969 unset ANDROID_NDK_HOME
70- python build.py build --desktop cpu --opencv cmake -vv
70+ python build.py build --desktop cpu --opencv cmake --bazel_build_opts='--macos_minimum_os=13.0 --host_macos_minimum_os=13.0 --subcommands=pretty_print' - vv
7171
7272 - name : Package
7373 run : |
8686 path : /private/var/tmp/_bazel_runner
8787 key : bazel-macos-14-v1-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('cache_key.txt') }}
8888
89+ check :
90+ runs-on : macos-13
91+ needs : build
92+ steps :
93+ - name : Download built artifacts
94+ uses : actions/download-artifact@v4
95+ with :
96+ name : macos-package
97+
98+ - name : Check
99+ run : |
100+ tar xvf artifacts.tar
101+ ldd Packages/com.github.homuler.mediapipe/Runtime/Plugins/libmediapipe_c.dylib
102+
89103 test :
90104 runs-on : ${{ matrix.os }}
91105 needs : build
You can’t perform that action at this time.
0 commit comments