mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Ignore brew upgrade failure in macOS packaged action
This commit is contained in:
parent
8ce9a92898
commit
c592b66f5b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mac_packaged.yml
vendored
2
.github/workflows/mac_packaged.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue