Fix macOS GH action

This commit is contained in:
Ilya Fedin 2024-03-14 10:17:15 +04:00 committed by John Preston
parent c0b612c457
commit e044753934

View file

@ -64,7 +64,10 @@ jobs:
- name: First set up.
run: |
sudo chown -R `whoami`:admin /usr/local/share
brew install automake ninja pkg-config nasm meson
brew update
brew upgrade || true
brew install automake meson nasm ninja pkg-config
# Disable spotlight.
sudo mdutil -a -i off