mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +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
|
wget ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2
|
||||||
tar xvjf 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 ..
|
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 pkg-config
|
||||||
brew install libiconv
|
brew install libiconv
|
||||||
brew install xapian
|
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
|
brew install hunspell
|
||||||
git clone https://github.com/xiaoyifang/eb.git
|
git clone https://github.com/xiaoyifang/eb.git
|
||||||
cd eb && ./configure && make -j 8 && sudo make install && cd ..
|
cd eb && ./configure && make -j 8 && sudo make install && cd ..
|
||||||
brew install xz lzo
|
# brew install xz
|
||||||
brew install pkg-config
|
brew install pkg-config
|
||||||
brew install create-dmg
|
brew install create-dmg
|
||||||
brew install xapian
|
brew install xapian
|
||||||
|
|
Loading…
Reference in a new issue