From f9d44f97c5a51e8f0d4e5d774974fea119577794 Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Sun, 8 Dec 2024 10:19:52 -0500 Subject: [PATCH] dev: force install deps in macOS workflows --- .github/workflows/PR-check-cmake.yml | 4 ++-- .github/workflows/Release-all.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/PR-check-cmake.yml b/.github/workflows/PR-check-cmake.yml index 7d55c488..5607ad6c 100644 --- a/.github/workflows/PR-check-cmake.yml +++ b/.github/workflows/PR-check-cmake.yml @@ -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 diff --git a/.github/workflows/Release-all.yml b/.github/workflows/Release-all.yml index b91737b7..46d8b4de 100644 --- a/.github/workflows/Release-all.yml +++ b/.github/workflows/Release-all.yml @@ -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