fix: disable ffmpeg to solve the #1144 issue

This commit is contained in:
YiFang Xiao 2023-09-16 15:11:55 +08:00
parent ed76ebc495
commit 85b8cf2f38

View file

@ -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