mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions: use jlumbroso/free-disk-space
to free disk space
This commit is contained in:
parent
9f26d955a6
commit
3803765c9b
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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…
Reference in New Issue
Block a user