From 45032a21223e29e7362176cf1aa911632e28db29 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 5 Jul 2023 16:45:29 +0100 Subject: [PATCH] build: fix homebrew build failures See: https://github.com/orgs/Homebrew/discussions/4612#discussioncomment-6351357 --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b855794bf..406628956 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,8 +130,12 @@ jobs: - name: Install Libraries on macOS shell: bash run: | + brew untap homebrew/core homebrew/cask + brew config brew update brew install --cask macfuse + env: + HOMEBREW_NO_INSTALL_FROM_API: # No value, so brew doesn't rely on homebrew-core / homebrew-cask if: matrix.os == 'macos-11' - name: Install Libraries on Windows