mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Maximize disk space on GitHub Actions
Maximize disk space on GitHub Actions
This commit is contained in:
parent
1dfd8ffe44
commit
673142938b
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -33,6 +33,13 @@ jobs:
|
||||
changelog: ${{ steps.properties.outputs.changelog }}
|
||||
steps:
|
||||
|
||||
# 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
|
||||
|
||||
# Check out current repository
|
||||
- name: Fetch Sources
|
||||
uses: actions/checkout@v3
|
||||
|
@ -8,6 +8,7 @@
|
||||
- Make sure GitHub Actions release jobs have write permissions
|
||||
- Example implementation: Add `TODO()` with a hint to remove stale sample code
|
||||
- Exclude `.qodana` directory from Qodana analysis
|
||||
- Maximize disk space on GitHub Actions
|
||||
|
||||
### Changed
|
||||
- Upgrade Gradle Wrapper to `7.5.1`
|
||||
|
Loading…
Reference in New Issue
Block a user