From c3e51d3f776478d29c5ec8ba9b85a5c9a0f0e1b5 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:31:42 +0100 Subject: [PATCH] fix mac x64 cleanup --- .github/workflows/ci_cleanup.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_cleanup.yml b/.github/workflows/ci_cleanup.yml index 0eda8d6ac5..65e774b6a8 100644 --- a/.github/workflows/ci_cleanup.yml +++ b/.github/workflows/ci_cleanup.yml @@ -1,5 +1,4 @@ on: - pull_request: schedule: - cron: '0 5 * * 1' @@ -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