Skip to content

Commit

Permalink
actions: show stats while building
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 2, 2024
1 parent 13fa91b commit 1c3ff31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
with:
name: lucasew-personal
authToken: '${{ secrets.CACHIX_TOKEN }}'
- run: nix build .#release -L --keep-going
- name: Quanto grosso é o que entrou?
run: df -h
- run: |
{while true; do df -h; uptime; sleep 60; done } &
nix build .#release -L --keep-going

0 comments on commit 1c3ff31

Please sign in to comment.