github: clear space before builds

This commit is contained in:
Aly Raffauf 2024-07-15 09:30:27 -04:00
parent 4500cb117b
commit b5d50f5fc8

View file

@ -9,6 +9,8 @@ jobs:
default-build: default-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@main - uses: actions/checkout@main
with: with:
fetch-depth: 1 fetch-depth: 1
@ -23,6 +25,8 @@ jobs:
fallarbor-build: fallarbor-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@main - uses: actions/checkout@main
with: with:
fetch-depth: 1 fetch-depth: 1
@ -37,6 +41,8 @@ jobs:
lavaridge-build: lavaridge-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@main - uses: actions/checkout@main
with: with:
fetch-depth: 1 fetch-depth: 1
@ -51,6 +57,8 @@ jobs:
mauville-build: mauville-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@main - uses: actions/checkout@main
with: with:
fetch-depth: 1 fetch-depth: 1
@ -65,6 +73,8 @@ jobs:
petalburg-build: petalburg-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@main - uses: actions/checkout@main
with: with:
fetch-depth: 1 fetch-depth: 1
@ -79,6 +89,8 @@ jobs:
rustboro-build: rustboro-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- uses: actions/checkout@main - uses: actions/checkout@main
with: with:
fetch-depth: 1 fetch-depth: 1