From aca7b7f354bb5df2cd99baa6d98b00b6221fb1be Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 7 Feb 2024 18:17:13 +0000 Subject: [PATCH] workflows/tests: remove `brew cleanup --prune-prefix` This is no longer needed after https://github.com/Homebrew/homebrew-test-bot/pull/1015 --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56aa85787b..601f7a9c9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -424,8 +424,6 @@ jobs: - run: brew test-bot --only-cleanup-before - - run: brew cleanup --prune-prefix - - run: brew test-bot --only-setup - run: brew install gnu-tar