Ignore brew upgrade failure in macOS packaged action

This commit is contained in:
Ilya Fedin 2023-11-13 13:38:50 +04:00 committed by John Preston
parent 8ce9a92898
commit c592b66f5b

View file

@ -68,7 +68,7 @@ jobs:
- name: First set up.
run: |
brew update
brew upgrade
brew upgrade || true
brew install autoconf automake boost cmake ffmpeg openal-soft openssl opus ninja pkg-config python qt yasm xz
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer