From 6453eb28a30c0dbf6b68b0706537a3baef64eb4a Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Tue, 7 Nov 2023 07:12:43 +0800 Subject: [PATCH] fix: action dependencies error --- .github/workflows/macos-homebrew-PR-check.yml | 2 +- .github/workflows/macos-homebrew.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-homebrew-PR-check.yml b/.github/workflows/macos-homebrew-PR-check.yml index ff2f9ea6..d564bd3a 100644 --- a/.github/workflows/macos-homebrew-PR-check.yml +++ b/.github/workflows/macos-homebrew-PR-check.yml @@ -65,7 +65,7 @@ jobs: wget ftp://ftp.sra.co.jp/pub/misc/eb/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 .. - brew install xz lzo + # brew install xz brew install pkg-config brew install libiconv brew install xapian diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index b35dd7d8..3522a2d6 100644 --- a/.github/workflows/macos-homebrew.yml +++ b/.github/workflows/macos-homebrew.yml @@ -56,7 +56,7 @@ jobs: brew install hunspell git clone https://github.com/xiaoyifang/eb.git cd eb && ./configure && make -j 8 && sudo make install && cd .. - brew install xz lzo + # brew install xz brew install pkg-config brew install create-dmg brew install xapian