Skip to content

Commit

Permalink
fix(actions): reenable post-build garbage collection
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Mar 6, 2024
1 parent f77416e commit 37f1d78
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/build_nix_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,12 @@ runs:
GH_TOKEN: ${{ github.token }}
GCP_PROJECT_ID: ${{ inputs.gcpProjectId }}
ENCODED_GAR_SA_CREDS: ${{ inputs.encodedGARCredentials }}

- name: Clean Nix Store
shell: bash
run: |
set -euxo pipefail
df -h
nix store gc
df -h

0 comments on commit 37f1d78

Please sign in to comment.