We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wait-and-upload.yml
1 parent 3e76261 commit 3d596ceCopy full SHA for 3d596ce
.github/workflows/wait-and-upload.yml
@@ -101,6 +101,8 @@ jobs:
101
env:
102
NIX_STORE_SECRET_KEY: ${{ secrets.SECRET_KEY }}
103
run: ./extra/ghcr-upload.sh
104
+ - name: Garbage-Collect the `/nix/store`
105
+ run: nix-collect-garbage -d
106
107
codespace-upload:
108
@@ -172,4 +174,4 @@ jobs:
172
174
173
175
- name: Run test command inside the Dev Container
176
run: docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.platform }}.${{ inputs.compiler-nix-name }}${{ inputs.target-platform }} \
- /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