Github Actions ignores ||, force it to do the right thing

This commit is contained in:
James R. Barlow
2023-01-03 14:51:09 -08:00
parent b039010d3e
commit efa2bca8a3

View File

@@ -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 \