Update brew packages in macOS packaged action

This ensures the same versions of packages between GitHub runners at a point in time
This commit is contained in:
Ilya Fedin 2023-11-13 13:27:54 +04:00 committed by John Preston
parent df8c80226b
commit 8ce9a92898

View file

@ -67,6 +67,8 @@ jobs:
- name: First set up.
run: |
brew update
brew upgrade
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