github action: enable chinese conversion on linux

This commit is contained in:
yifang 2022-01-29 09:31:13 +08:00
parent 34975ef9a0
commit 89d1ef1c46

View file

@ -49,7 +49,7 @@ jobs:
# make
- name: build goldendict
run: |
qmake CONFIG+=release PREFIX=/usr CONFIG+=zim_support # CONFIG+=chinese_conversion_support
qmake CONFIG+=release PREFIX=/usr CONFIG+=zim_support CONFIG+=chinese_conversion_support
make INSTALL_ROOT=appdir -j`nproc` install; find appdir/
ls -al
- name: Build AppImage