github:disable ubuntu qt6.2.3 appimage build

the appimage can not run on ubuntu21.10.
This commit is contained in:
xiaoyifang 2022-04-04 19:27:55 +08:00
parent 02d2393c62
commit c21d7ffc02

View file

@ -8,27 +8,27 @@ on:
# workflows: [AutoTag] # workflows: [AutoTag]
# types: [completed] # types: [completed]
workflow_dispatch: workflow_dispatch:
push: # push:
branches: # branches:
- dev # - dev
- master # - master
# - staged # # - staged
paths-ignore: # paths-ignore:
- 'docs/**' # - 'docs/**'
- ".github/**" # - ".github/**"
- "howto/**" # - "howto/**"
- "*.md" # - "*.md"
- ".clang-format" # - ".clang-format"
pull_request: # pull_request:
branches: # branches:
- dev # - dev
- master # - master
# - staged # # - staged
paths-ignore: # paths-ignore:
- 'docs/**' # - 'docs/**'
- ".github/**" # - ".github/**"
- "howto/**" # - "howto/**"
- "*.md" # - "*.md"
jobs: jobs:
build: build:
name: Build name: Build
@ -74,10 +74,8 @@ jobs:
#copy missing shared dll to appdir. #copy missing shared dll to appdir.
mkdir -p appdir/usr/lib mkdir -p appdir/usr/lib
# mkdir -p appdir/usr/libexec
cp $(ldd appdir/usr/bin/goldendict | grep -o '\W/[^ ]*' |grep gobject ) appdir/usr/lib cp $(ldd appdir/usr/bin/goldendict | grep -o '\W/[^ ]*' |grep gobject ) appdir/usr/lib
cp $(ldd appdir/usr/bin/goldendict | grep -o '\W/[^ ]*' |grep libpango ) appdir/usr/lib cp $(ldd appdir/usr/bin/goldendict | grep -o '\W/[^ ]*' |grep libpango ) appdir/usr/lib
# cp $${env.Qt6_DIR}/libexec/QtWebEngineProcess appdir/usr/libexec
- name: Build AppImage - name: Build AppImage
run: | run: |
wget -c -nv "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage" wget -c -nv "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage"