Skip to content

Commit

Permalink
Free disk space on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jun 17, 2024
1 parent daea6b9 commit 8bda05c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ on:
- master

jobs:
tests:
build:
runs-on: ubuntu-latest
steps:
- run: df -h

- uses: jlumbroso/free-disk-space@main

- run: df -h

- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v27
Expand Down

0 comments on commit 8bda05c

Please sign in to comment.