We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4f8db commit 243ecccCopy full SHA for 243eccc
.github/workflows/macos-test.yml
@@ -67,7 +67,7 @@ jobs:
67
if: steps.cache-libs.outputs.cache-hit != 'true'
68
run: |
69
unset ANDROID_NDK_HOME
70
- python build.py build --desktop cpu --opencv cmake -vv
+ python build.py build --desktop cpu --opencv cmake --bazel_build_opts='--subcommands=pretty_print' -vv
71
72
- name: Package
73
0 commit comments