Skip to content

Commit

Permalink
Try to squeeze more disk space out of the github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Oct 8, 2024
1 parent 499099e commit cb11ae0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

steps:
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: true

- uses: actions/checkout@v4

Expand All @@ -46,6 +48,7 @@ jobs:
builders = @/etc/nix/machines
max-substitution-jobs = 128
http-connections = 128
auto-optimise-store = true
- name: Initialize attic cache watcher
uses: ryanccn/attic-action@v0
Expand Down

0 comments on commit cb11ae0

Please sign in to comment.