Skip to content

Commit

Permalink
Maximize GH Runner Space (#227)
Browse files Browse the repository at this point in the history
* free disk space

* only free on ubuntu

* don't remove manifests
  • Loading branch information
JonathanLorimer authored Mar 16, 2024
1 parent 0cf521b commit a017d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- uses: jlumbroso/free-disk-space@main
if: matrix.os == 'ubuntu-22.04'
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- uses: jlumbroso/free-disk-space@main
if: matrix.os == 'ubuntu-22.04'
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
Expand Down

0 comments on commit a017d9c

Please sign in to comment.