mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
action:macos, ffmpeg install error
This commit is contained in:
parent
d174dc16ba
commit
ddaf17d313
2
.github/workflows/cmake build check.yml
vendored
2
.github/workflows/cmake build check.yml
vendored
|
@ -114,6 +114,8 @@ jobs:
|
||||||
brew install autoconf
|
brew install autoconf
|
||||||
brew install libtool
|
brew install libtool
|
||||||
brew install opencc
|
brew install opencc
|
||||||
|
|
||||||
|
brew install speex
|
||||||
brew tap homebrew-ffmpeg/ffmpeg
|
brew tap homebrew-ffmpeg/ffmpeg
|
||||||
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-speex
|
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-speex
|
||||||
brew install libao
|
brew install libao
|
||||||
|
|
|
@ -59,6 +59,8 @@ jobs:
|
||||||
brew install autoconf
|
brew install autoconf
|
||||||
brew install libtool
|
brew install libtool
|
||||||
brew install opencc
|
brew install opencc
|
||||||
|
|
||||||
|
brew install speex
|
||||||
brew tap homebrew-ffmpeg/ffmpeg
|
brew tap homebrew-ffmpeg/ffmpeg
|
||||||
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-speex
|
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-speex
|
||||||
brew install libao
|
brew install libao
|
||||||
|
|
Loading…
Reference in a new issue