We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b7982 commit 8345eb7Copy full SHA for 8345eb7
2 files changed
.github/workflows/jinstall.yml
@@ -61,17 +61,6 @@ jobs:
61
with:
62
submodules: recursive
63
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
-
75
- name: Test Jinstall
76
run: |
77
#script/installxcb.sh raspberry arm64
script/installxcb.sh
@@ -38,6 +38,7 @@ if [ "$1" = "linux" ] || [ "$1" = "raspberry" ]; then
38
f libpulse
39
f libegl1
40
f libxcb-cursor0
41
+ f minizip
42
elif [ "$1" = "openbsd" ]; then
43
g libxcb-cursor0
44
elif [ "$1" = "freebsd" ]; then
0 commit comments