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

pull/392/head
Jakub Chrzanowski 9 months ago
parent 9f26d955a6
commit 3803765c9b
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

@ -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

@ -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

Loading…
Cancel
Save