From 298e33fc98159ac351bb42e1a571b5732c6ce57a Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 21 Oct 2020 21:31:19 +0100 Subject: [PATCH] Ignore brew update errors in CI builds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fccebf81c..190970dd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,7 @@ jobs: fetch-depth: 5 - name: Install Homebrew dependencies run: | - brew update + brew update || true brew install qt5 lftp automake brew link qt5 --force - name: Build