Ignore brew update errors in CI builds

This commit is contained in:
baldurk
2020-10-21 21:31:19 +01:00
parent 26f680f632
commit 298e33fc98
+1 -1
View File
@@ -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