From afd85b76117a70ec3c76cb86bdf76407e9504106 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Fri, 12 Jul 2024 00:30:30 +0100 Subject: [PATCH] Installed an action to free up disk space for Ubuntu CI --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc716e55a..74b701505 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,12 @@ jobs: os: windows-2019 config: release steps: + - name: Free Disk Space (Ubuntu) + if: ${{ matrix.os == 'ubuntu-latest' }} + uses: jlumbroso/free-disk-space@v1.3.1 + with: + dotnet: false + - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: