From e111c80175dd3e4516b1d571819b192c0e2f3c31 Mon Sep 17 00:00:00 2001 From: Gavin Huttley <3102996+GavinHuttley@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:13:51 +1000 Subject: [PATCH] DEV: fix borken homebrew install --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a98d53..afa97f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,10 @@ jobs: - name: Coveralls Parallel uses: coverallsapp/github-action@v2 + env: + # macOS installs the coverage-reporter via a third-party Homebrew + # tap; Homebrew's new tap-trust enforcement refuses it otherwise. + HOMEBREW_NO_REQUIRE_TAP_TRUST: 1 with: parallel: true github-token: ${{ secrets.github_token }}