Skip to content

Commit

Permalink
Added Maximize Build Space steps to build and release. Update in veri…
Browse files Browse the repository at this point in the history
…fy. Changes based on template issues (JetBrains/intellij-platform-plugin-template#488)
  • Loading branch information
novalisdenahi committed Jan 28, 2025
1 parent 99951b1 commit 95ebcca
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
steps:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
# jlumbroso/[email protected]:
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
Expand Down Expand Up @@ -92,7 +100,8 @@ jobs:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
# jlumbroso/[email protected]:
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
with:
tool-cache: false
large-packages: false
Expand Down Expand Up @@ -143,6 +152,15 @@ jobs:
runs-on: ubuntu-latest

steps:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
# jlumbroso/[email protected]:
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
Expand Down

0 comments on commit 95ebcca

Please sign in to comment.