Skip to content

Commit

Permalink
Update wait-and-upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yvan-sraka committed Apr 9, 2024
1 parent 3d596ce commit 943b8cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wait-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ jobs:
env:
NIX_STORE_SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: ./extra/ghcr-upload.sh
- name: Garbage-Collect the `/nix/store`
run: nix-collect-garbage -d

codespace-upload:
env:
Expand All @@ -121,6 +119,11 @@ jobs:
# and the GHC version (currently `ghc810` and `ghc96`).
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 }}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
android: false

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 943b8cd

Please sign in to comment.