From efa2bca8a3f6ed04b75fbf21cc1d4b7bffd5b733 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 3 Jan 2023 14:51:09 -0800 Subject: [PATCH] Github Actions ignores ||, force it to do the right thing --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a27dd00..b23ee147 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,8 +134,9 @@ jobs: fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags - name: Install Homebrew deps + continue-on-error: true run: | - brew update || echo "Ignoring errors in brew update" + brew update brew install \ exempi \ ghostscript \