Skip to content

Commit 243eccc

Browse files
committed
wip: macos test
1 parent ce4f8db commit 243eccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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='--subcommands=pretty_print' -vv
7171
7272
- name: Package
7373
run: |

0 commit comments

Comments
 (0)