We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
佬,这个好像能释放出122G的空间。。。
看看能不能加上
- name: "Optimize Disk Space" uses: "hugoalh/[email protected]" with: operate_sudo: "True" general_include: ".+" general_exclude: |- ^GCC$ ^G\+\+$ Clang LLVM docker_include: ".+" docker_prune: "True" docker_clean: "True" apt_prune: "True" apt_clean: "True" homebrew_prune: "True" homebrew_clean: "True" npm_prune: "True" npm_clean: "True" os_swap: "True" - name: Freeing up disk space uses: easimon/maximize-build-space@master with: root-reserve-mb: 2048 swap-size-mb: 1 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' remove-codeql: 'true' remove-docker-images: 'true' - name: Free up disk space complete run: | echo "Free up disk space complete" echo "==============================================================================" df -hT echo "=============================================================================="
The text was updated successfully, but these errors were encountered:
删除太多东西了,编译固件需要的一个依赖也安装不上,没办法搞
Sorry, something went wrong.
No branches or pull requests
佬,这个好像能释放出122G的空间。。。
看看能不能加上
The text was updated successfully, but these errors were encountered: