mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Fix "No space left on device" in build job (#482)
This commit is contained in:
committed by
Jakub Chrzanowski
parent
a1b47a36de
commit
2430382824
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -18,6 +18,13 @@ jobs:
|
||||
pull-requests: write
|
||||
steps:
|
||||
|
||||
# Free GitHub Actions Environment Disk Space
|
||||
- name: Maximize Build Space
|
||||
uses: jlumbroso/free-disk-space@v1.3.1
|
||||
with:
|
||||
tool-cache: false
|
||||
large-packages: false
|
||||
|
||||
# Check out the current repository
|
||||
- name: Fetch Sources
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user