Skip to content

Commit

Permalink
ci: free up space on runner for build
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Feb 4, 2024
1 parent ab314a6 commit a73184a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a73184a

Please sign in to comment.