diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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/[email protected] + - uses: actions/checkout@v4 - name: Install Nix |
