From c6f1525f558b7eb1bae6434f361b9266d97bfdc6 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 15 Dec 2024 10:01:24 +0100 Subject: [PATCH] git: Silence last brew call --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa4f7d21a..4912c6c42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -206,7 +206,7 @@ jobs: - name: ⬇️ Install dependencies run: | - brew reinstall python || true + brew reinstall python --quiet || true brew link --overwrite --quiet python || true brew bundle --no-lock --quiet --file dist/Brewfile || true rm -rf /usr/local/Cellar/capstone