From b8a8a671be13aaba437b4efe4fc9c77abeb52909 Mon Sep 17 00:00:00 2001 From: Jonathan Lorimer <32466011+JonathanLorimer@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:19:33 -0400 Subject: [PATCH] feat: clear more space on CI machine (#16) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99790ea..fc4916b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,9 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v3 + - uses: jlumbroso/free-disk-space@main + if: matrix.os == 'ubuntu-22.04' + - name: Install Nix ❄️ # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. uses: DeterminateSystems/nix-installer-action@main