Skip to content

Commit 3d596ce

Browse files
authoredApr 9, 2024
Update wait-and-upload.yml
1 parent 3e76261 commit 3d596ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/wait-and-upload.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
env:
102102
NIX_STORE_SECRET_KEY: ${{ secrets.SECRET_KEY }}
103103
run: ./extra/ghcr-upload.sh
104+
- name: Garbage-Collect the `/nix/store`
105+
run: nix-collect-garbage -d
104106

105107
codespace-upload:
106108
env:
@@ -172,4 +174,4 @@ jobs:
172174

173175
- name: Run test command inside the Dev Container
174176
run: docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.platform }}.${{ inputs.compiler-nix-name }}${{ inputs.target-platform }} \
175-
/bin/bash -c "cabal update && cabal unpack hello && cd hello-* && cabal build"
177+
/bin/bash -c "cabal update && cabal unpack hello && cd hello-* && cabal build"

0 commit comments

Comments
 (0)
Please sign in to comment.