From 85b8cf2f380e044a572aae5a1fcc427a282adea5 Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Sat, 16 Sep 2023 15:11:55 +0800 Subject: [PATCH] fix: disable ffmpeg to solve the #1144 issue --- .github/workflows/macos-homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index 95ac32b3..68d685d1 100644 --- a/.github/workflows/macos-homebrew.yml +++ b/.github/workflows/macos-homebrew.yml @@ -97,7 +97,7 @@ jobs: - name: compile run: | - qmake CONFIG+=release CONFIG+=no_macos_universal CONFIG+=zim_support CONFIG+=use_xapian + qmake CONFIG+=release CONFIG+=no_macos_universal CONFIG+=zim_support CONFIG+=use_xapian CONFIG+=no_ffmpeg_player make -j8 - name: package