We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2377c commit 71ca266Copy full SHA for 71ca266
.github/workflows/test-macos.yml
@@ -65,6 +65,20 @@ jobs:
65
# information.)
66
- name: tools/doc/node_modules workaround
67
run: make tools/doc/node_modules
68
+ # This is needed due to https://github.com/nodejs/build/issues/3878
69
+ - name: Cleanup
70
+ run: |
71
+ echo "::group::Free space before cleanup"
72
+ df -h
73
+ echo "::endgroup::"
74
+ echo "::group::Cleaned Files"
75
+
76
+ sudo rm -rfv /Users/runner/Library/Android/sdk
77
78
79
+ echo "::group::Free space after cleanup"
80
81
82
- name: Build
83
run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn"
84
- name: Test
0 commit comments