Skip to content

Commit

Permalink
fix mac x64 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Nov 20, 2023
1 parent de8840c commit c3e51d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
on:
pull_request:
schedule:
- cron: '0 5 * * 1'

Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
run: nix-store --gc

- name: Clean up temp roc binaries
run: find /private/var/folders/hq -type f -name "roc_app_binary" -exec rm {} \; 2>/dev/null
run: find /private/var/folders/hq -type f -name "roc_app_binary" -exec rm {} \; || true

0 comments on commit c3e51d3

Please sign in to comment.