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 d2479fa commit c283210Copy full SHA for c283210
.github/workflows/test-macos.yml
@@ -66,6 +66,8 @@ jobs:
66
- name: tools/doc/node_modules workaround
67
run: make tools/doc/node_modules
68
- name: Build
69
- run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
+ run: |
70
+ sudo rm -rf /usr/local/lib/android/sdk/ndk
71
+ make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
72
- name: Test
73
run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"
0 commit comments