From b5d50f5fc8664ec1ee98cb752ba335668de0f8ad Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 15 Jul 2024 09:30:27 -0400 Subject: [PATCH] github: clear space before builds --- .github/workflows/nix-build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml index 14307f32..57869623 100644 --- a/.github/workflows/nix-build.yml +++ b/.github/workflows/nix-build.yml @@ -9,6 +9,8 @@ jobs: default-build: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main - uses: actions/checkout@main with: fetch-depth: 1 @@ -23,6 +25,8 @@ jobs: fallarbor-build: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main - uses: actions/checkout@main with: fetch-depth: 1 @@ -37,6 +41,8 @@ jobs: lavaridge-build: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main - uses: actions/checkout@main with: fetch-depth: 1 @@ -51,6 +57,8 @@ jobs: mauville-build: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main - uses: actions/checkout@main with: fetch-depth: 1 @@ -65,6 +73,8 @@ jobs: petalburg-build: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main - uses: actions/checkout@main with: fetch-depth: 1 @@ -79,6 +89,8 @@ jobs: rustboro-build: runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main - uses: actions/checkout@main with: fetch-depth: 1