mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Merge pull request #1102 from xiaoyifang/action/macos-release
action: macos ,remove unused line
This commit is contained in:
commit
d5feca74e6
4
.github/workflows/macos-homebrew.yml
vendored
4
.github/workflows/macos-homebrew.yml
vendored
|
@ -76,10 +76,8 @@ jobs:
|
||||||
brew install create-dmg
|
brew install create-dmg
|
||||||
brew install xapian
|
brew install xapian
|
||||||
brew install libzim
|
brew install libzim
|
||||||
# brew reinstall icu4c
|
|
||||||
brew install dylibbundler
|
brew install dylibbundler
|
||||||
find /opt -name libicudata.72.dylib
|
|
||||||
find /usr/local -name libicudata.72.dylib
|
|
||||||
find /opt -name libzstd.1.dylib
|
find /opt -name libzstd.1.dylib
|
||||||
find /usr/local -name libzstd.1.dylib
|
find /usr/local -name libzstd.1.dylib
|
||||||
brew install dylibbundler
|
brew install dylibbundler
|
||||||
|
|
Loading…
Reference in a new issue