mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-18 11:34:05 +00:00
dev: force install deps in macOS workflows
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
This commit is contained in:
parent
853700afab
commit
f9d44f97c5
4
.github/workflows/PR-check-cmake.yml
vendored
4
.github/workflows/PR-check-cmake.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
||||||
brew update
|
brew update
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install \
|
brew install --force --overwrite \
|
||||||
ninja \
|
ninja \
|
||||||
opencc \
|
opencc \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
hunspell \
|
hunspell \
|
||||||
xapian \
|
xapian \
|
||||||
libzim \
|
libzim \
|
||||||
qt
|
qt || true
|
||||||
- name: Install eb
|
- name: Install eb
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/mistydemeo/eb/releases/download/v4.4.3/eb-4.4.3.tar.bz2
|
wget https://github.com/mistydemeo/eb/releases/download/v4.4.3/eb-4.4.3.tar.bz2
|
||||||
|
|
4
.github/workflows/Release-all.yml
vendored
4
.github/workflows/Release-all.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
brew update
|
brew update
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install \
|
brew install --force --overwrite \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
create-dmg \
|
create-dmg \
|
||||||
hunspell \
|
hunspell \
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
lzip \
|
lzip \
|
||||||
ninja \
|
ninja \
|
||||||
opencc \
|
opencc \
|
||||||
xapian
|
xapian || true
|
||||||
- name: Install eb
|
- name: Install eb
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/xiaoyifang/eb.git
|
git clone https://github.com/xiaoyifang/eb.git
|
||||||
|
|
Loading…
Reference in a new issue