diff options
| author | seth <[email protected]> | 2024-02-03 20:32:32 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-03 20:47:55 -0500 |
| commit | 6b2d84eeb76faf08f975164dc67c444905f0da8c (patch) | |
| tree | c331d547e204ac230dc36c93c5df8a317b62f140 /.github/workflows/ci.yaml | |
| parent | 9d37a9a065c021ec5951b9d1b5c97a4b165182b1 (diff) | |
ci: free up space on runner for build
Diffstat (limited to '.github/workflows/ci.yaml')
| -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 |
