From eead4c73cf785250f45585c2ee786c273df59542 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Mon, 12 Apr 2021 10:15:16 -0700 Subject: Fix GitHub Actions macOS build (#6331) The build is currently failing because it tries to download an older version of the ccache package. This commit makes sure that Homebrew is up-to-date before trying to install packages. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8925b06d9..6d22f9f11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,7 @@ jobs: - name: Install Packages (macOS) if: runner.os == 'macOS' run: | + brew update brew install \ ccache \ cln \ -- cgit v1.2.3