Skip to content

Commit 8345eb7

Browse files
committed
ip
1 parent c5b7982 commit 8345eb7

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/jinstall.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ jobs:
6161
with:
6262
submodules: recursive
6363

64-
- name: Install Qt from source
65-
uses: jurplel/install-qt-action@v4
66-
with:
67-
aqtversion: '==3.3.*'
68-
version: 6.10.3
69-
host: 'linux_arm64'
70-
target: 'desktop'
71-
arch: 'linux_gcc_arm64'
72-
dir: '${{github.workspace}}'
73-
modules: 'all'
74-
7564
- name: Test Jinstall
7665
run: |
7766
#script/installxcb.sh raspberry arm64

script/installxcb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ if [ "$1" = "linux" ] || [ "$1" = "raspberry" ]; then
3838
f libpulse
3939
f libegl1
4040
f libxcb-cursor0
41+
f minizip
4142
elif [ "$1" = "openbsd" ]; then
4243
g libxcb-cursor0
4344
elif [ "$1" = "freebsd" ]; then

0 commit comments

Comments
 (0)