From 7ae08f7dfa779f83c2bdef3dab7c61c7a84bccca Mon Sep 17 00:00:00 2001 From: apainintheneck Date: Sat, 16 Sep 2023 19:14:23 -0700 Subject: [PATCH] Add os/arch options to readall command This is a follow-up to changes that added os/arch combinations a few months ago. They were made the default temporarily until the references to `brew readall` in the other Homebrew repos were updated as well. - https://github.com/Homebrew/brew/pull/15470 - https://github.com/Homebrew/brew/pull/15937#discussion_r1313889254 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5a3f4831e..ab33380f6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: - name: Run brew readall ${{ matrix.tap }} id: readall - run: brew readall '${{ matrix.tap }}' + run: brew readall --os=all --arch=all '${{ matrix.tap }}' if: > always() && contains(fromJSON('["success", "skipped"]'), steps.gems.outcome) &&