mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
fix: disable ffmpeg to solve the #1144 issue
This commit is contained in:
parent
ed76ebc495
commit
85b8cf2f38
2
.github/workflows/macos-homebrew.yml
vendored
2
.github/workflows/macos-homebrew.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
run: |
|
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
|
make -j8
|
||||||
|
|
||||||
- name: package
|
- name: package
|
||||||
|
|
Loading…
Reference in a new issue