Fix GitHub actions CI macOS job

This commit is contained in:
evpobr 2020-12-21 15:31:51 +05:00
parent 71250037c7
commit d03045b014

View File

@ -179,10 +179,7 @@ jobs:
- name: Install MacOS dependencies
if: startsWith(matrix.os,'macos')
run: |
brew untap local/homebrew-openssl
brew untap local/homebrew-python2
brew update
brew install autoconf automake libtool autogen libogg libvorbis flac opus sqlite3 speex
brew install automake autogen speex
- name: Install Lunux dependencies
if: startsWith(matrix.os,'ubuntu')