Skip to content

Commit 943b8cd

Browse files
authored
Update wait-and-upload.yml
1 parent 3d596ce commit 943b8cd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ 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
106104

107105
codespace-upload:
108106
env:
@@ -121,6 +119,11 @@ jobs:
121119
# and the GHC version (currently `ghc810` and `ghc96`).
122120
if: ${{ contains(fromJSON('["x86_64-linux", "aarch64-linux"]'), inputs.platform) && contains(fromJson('["","-windows","-js"]'), inputs.target-platform) && contains(fromJson('["ghc810","ghc96"]'), inputs.compiler-nix-name) && !inputs.minimal }}
123121
steps:
122+
- name: Free Disk Space (Ubuntu)
123+
uses: jlumbroso/free-disk-space@main
124+
with:
125+
android: false
126+
124127
- name: Checkout repository
125128
uses: actions/checkout@v3
126129

0 commit comments

Comments
 (0)