| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a4a6ef8 commit 6f0cf35
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,6 +65,20 @@ jobs: | |||
| 65 | 65 | # information.) | |
| 66 | 66 | - name: tools/doc/node_modules workaround | |
| 67 | 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 | + echo "::endgroup::" | ||
| 79 | + echo "::group::Free space after cleanup" | ||
| 80 | + df -h | ||
| 81 | + echo "::endgroup::" | ||
| 68 | 82 | - name: Build | |
| 69 | 83 | run: make build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn" | |
| 70 | 84 | - name: Test | |
| Back | FazBrowse Home | New Git URL |
0 commit comments