dev: force install deps in macOS workflows
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run

This commit is contained in:
shenleban tongying 2024-12-08 10:19:52 -05:00 committed by GitHub
parent 853700afab
commit f9d44f97c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ jobs:
brew update
- name: Install dependencies
run: |
brew install \
brew install --force --overwrite \
ninja \
opencc \
ffmpeg \
@ -68,7 +68,7 @@ jobs:
hunspell \
xapian \
libzim \
qt
qt || true
- name: Install eb
run: |
wget https://github.com/mistydemeo/eb/releases/download/v4.4.3/eb-4.4.3.tar.bz2

View file

@ -31,7 +31,7 @@ jobs:
brew update
- name: Install dependencies
run: |
brew install \
brew install --force --overwrite \
bzip2 \
create-dmg \
hunspell \
@ -42,7 +42,7 @@ jobs:
lzip \
ninja \
opencc \
xapian
xapian || true
- name: Install eb
run: |
git clone https://github.com/xiaoyifang/eb.git