]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[CI] Add coveralls as trusted formula for Homebrew under MacOS develop
authorMika Lindqvist <postmaster@raasu.org>
Wed, 17 Jun 2026 21:23:23 +0000 (00:23 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 17 Jun 2026 22:31:45 +0000 (00:31 +0200)
* Homebrew 6.0.0 requires explicit trust when installing formulae from
  third-party taps (repositories)

.github/workflows/cmake.yml

index 422229b0138f91f58ee83bf48b6bbb9e5df3ab64..28850db0e714d37c1ea8370ccaa4321d1fcc1b2b 100644 (file)
@@ -910,6 +910,7 @@ jobs:
       run: |
         brew update
         brew install ninja ${{ matrix.packages }}
       run: |
         brew update
         brew install ninja ${{ matrix.packages }}
+        brew trust --formula coverallsapp/coveralls/coveralls
       env:
         HOMEBREW_NO_INSTALL_CLEANUP: 1
 
       env:
         HOMEBREW_NO_INSTALL_CLEANUP: 1