mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Maximize disk space on GitHub Actions
Maximize disk space on GitHub Actions
This commit is contained in:
committed by
Jakub Chrzanowski
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
|
||||
|
||||
Reference in New Issue
Block a user