summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-03 20:32:32 -0500
committerseth <[email protected]>2024-02-03 20:47:55 -0500
commit6b2d84eeb76faf08f975164dc67c444905f0da8c (patch)
treec331d547e204ac230dc36c93c5df8a317b62f140
parent9d37a9a065c021ec5951b9d1b5c97a4b165182b1 (diff)
ci: free up space on runner for build
-rw-r--r--.github/workflows/ci.yaml3
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