mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
fix: action dependencies error
This commit is contained in:
parent
764fef97e6
commit
6453eb28a3
|
@ -65,7 +65,7 @@ jobs:
|
|||
wget ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2
|
||||
tar xvjf eb-4.4.3.tar.bz2
|
||||
cd eb-4.4.3 && ./configure && make -j 8 && sudo make install && cd ..
|
||||
brew install xz lzo
|
||||
# brew install xz
|
||||
brew install pkg-config
|
||||
brew install libiconv
|
||||
brew install xapian
|
||||
|
|
2
.github/workflows/macos-homebrew.yml
vendored
2
.github/workflows/macos-homebrew.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
brew install hunspell
|
||||
git clone https://github.com/xiaoyifang/eb.git
|
||||
cd eb && ./configure && make -j 8 && sudo make install && cd ..
|
||||
brew install xz lzo
|
||||
# brew install xz
|
||||
brew install pkg-config
|
||||
brew install create-dmg
|
||||
brew install xapian
|
||||
|
|
Loading…
Reference in a new issue