From 6b2d84eeb76faf08f975164dc67c444905f0da8c Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 3 Feb 2024 20:32:32 -0500 Subject: ci: free up space on runner for build --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ddb11bc..182abb5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Free up space on runner + uses: jlumbroso/free-disk-space@v1.3.1 + - uses: actions/checkout@v4 - name: Install Nix -- cgit v1.2.3