Skip to content

Commit

Permalink
Ignore brew update failure in macOS packaged action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin committed Nov 13, 2023
1 parent 8ce9a92 commit 9755820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac_packaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9755820

Please sign in to comment.