Skip to content

Commit

Permalink
actions: fix syntax error
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 1c3ff31 commit 97e27d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
name: lucasew-personal
authToken: '${{ secrets.CACHIX_TOKEN }}'
- run: |
{while true; do df -h; uptime; sleep 60; done } &
{ while true; do df -h; uptime; sleep 60; done } &
nix build .#release -L --keep-going

0 comments on commit 97e27d2

Please sign in to comment.