mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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 libtool
|
||||
brew install opencc
|
||||
|
||||
brew install speex
|
||||
brew tap homebrew-ffmpeg/ffmpeg
|
||||
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-speex
|
||||
brew install libao
|
||||
|
|
|
@ -59,6 +59,8 @@ jobs:
|
|||
brew install autoconf
|
||||
brew install libtool
|
||||
brew install opencc
|
||||
|
||||
brew install speex
|
||||
brew tap homebrew-ffmpeg/ffmpeg
|
||||
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-speex
|
||||
brew install libao
|
||||
|
|
Loading…
Reference in a new issue