Skip to content

Commit

Permalink
Github Actions ignores ||, force it to do the right thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jan 3, 2023
1 parent b039010 commit efa2bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit efa2bca

Please sign in to comment.