Skip to content

Commit

Permalink
wip: macos test
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Dec 31, 2024
1 parent ce4f8db commit 639225b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
unset ANDROID_NDK_HOME
python build.py build --desktop cpu --opencv cmake -vv
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
- name: Package
run: |
Expand Down

0 comments on commit 639225b

Please sign in to comment.