Don't install unused brew packages

This commit is contained in:
Ilya Fedin 2022-04-16 15:07:35 +04:00 committed by John Preston
parent e6e90e99da
commit fa95ca4289

View file

@ -66,8 +66,7 @@ jobs:
- name: First set up. - name: First set up.
run: | run: |
sudo chown -R `whoami`:admin /usr/local/share sudo chown -R `whoami`:admin /usr/local/share
brew install automake fdk-aac lame libass libtool libvorbis libvpx \ brew install automake
ninja opus sdl shtool texi2html theora x264 xvid yasm pkg-config
# Disable spotlight. # Disable spotlight.
sudo mdutil -a -i off sudo mdutil -a -i off