Skip to content

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Nov 20, 2023
1 parent fe0b5c8 commit de8840c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
run: rm -rf /private/tmp/nix-shell.*

clean-rpi-1:
runs-on: [self-hosted, pi-4-8GB-aarch64]
runs-on: [self-hosted, Linux, ARM64]
timeout-minutes: 120
steps:
- name: Clean up nix store
run: nix-store --gc

clean-rpi-2:
runs-on: [self-hosted, rpiGreen]
runs-on: [self-hosted, Linux, ARM64]
timeout-minutes: 120
steps:
- name: Clean up nix store
Expand All @@ -52,4 +52,5 @@ jobs:
run: nix-store --gc

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

0 comments on commit de8840c

Please sign in to comment.