From 4f62e36946446c7ba58126c1734cd351f1cb2fc6 Mon Sep 17 00:00:00 2001 From: Gavin Huttley <3102996+GavinHuttley@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:11:16 +1000 Subject: [PATCH] DEV: handle homebrew trust changes --- .github/workflows/testing_develop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/testing_develop.yml b/.github/workflows/testing_develop.yml index d1201af..8660802 100644 --- a/.github/workflows/testing_develop.yml +++ b/.github/workflows/testing_develop.yml @@ -35,6 +35,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 }}