From 95ebccaefc41dbe5b38a829593755eaeb3fca994 Mon Sep 17 00:00:00 2001 From: novalisdenahi Date: Tue, 28 Jan 2025 17:09:04 +0100 Subject: [PATCH] Added Maximize Build Space steps to build and release. Update in verify. Changes based on template issues (https://github.com/JetBrains/intellij-platform-plugin-template/issues/488) --- .github/workflows/build.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df2d2fe..a1bc41f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,14 @@ jobs: pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }} steps: + # Free GitHub Actions Environment Disk Space + - name: Maximize Build Space + # jlumbroso/free-disk-space@v1.3.1: + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be + with: + tool-cache: false + large-packages: false + # Check out the current repository - name: Fetch Sources uses: actions/checkout@v4 @@ -92,7 +100,8 @@ jobs: # Free GitHub Actions Environment Disk Space - name: Maximize Build Space - uses: jlumbroso/free-disk-space@main + # jlumbroso/free-disk-space@v1.3.1: + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be with: tool-cache: false large-packages: false @@ -143,6 +152,15 @@ jobs: runs-on: ubuntu-latest steps: + + # Free GitHub Actions Environment Disk Space + - name: Maximize Build Space + # jlumbroso/free-disk-space@v1.3.1: + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be + with: + tool-cache: false + large-packages: false + # Check out the current repository - name: Fetch Sources uses: actions/checkout@v4