Ignore brew update errors

This commit is contained in:
James R. Barlow
2023-01-03 14:36:21 -08:00
parent 3f7cefcf5d
commit b039010d3e
+3 -3
View File
@@ -122,7 +122,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
python: ["3.11"]
python: ["3.10", "3.11"]
env:
OS: ${{ matrix.os }}
@@ -135,8 +135,8 @@ jobs:
- name: Install Homebrew deps
run: |
brew update
brew install --overwrite \
brew update || echo "Ignoring errors in brew update"
brew install \
exempi \
ghostscript \
jbig2enc \