GitHub Actions: use jlumbroso/free-disk-space to free disk space

This commit is contained in:
Jakub Chrzanowski 2023-08-04 12:36:08 +02:00
parent 9f26d955a6
commit 3803765c9b
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 5 additions and 4 deletions

View File

@ -34,10 +34,10 @@ jobs:
# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false
# Check out current repository
- name: Fetch Sources

View File

@ -6,6 +6,7 @@
### Added
- [Foojay Toolchains Plugin](https://github.com/gradle/foojay-toolchains) integration
- GitHub Actions: set `gradle-home-cache-cleanup: true` flag to the Gradle Build Action
- GitHub Actions: use `jlumbroso/free-disk-space` to free disk space
### Changed
- GitHub Actions: rearrange the Build workflow