Skip to content

Commit af59a30

Browse files
committed
linux
1 parent 59853de commit af59a30

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/jinstall.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
submodules: recursive
3131

3232
- name: Test Jinstall
33+
env:
34+
QT_DEBUG_PLUGINS: 1
3335
run: |
3436
script/installxcb.sh linux x64
3537
script/testinstall.sh linux x64

script/installxcb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ if [ "$1" = "linux" ] || [ "$1" = "raspberry" ]; then
4444
f libxcb-cursor0
4545
f libxcb-cursor-dev
4646
f libxcb-xinerama0
47+
f libxkbcommon-x11-0
4748
f minizip
4849
f pipewire
4950
f zlib1g

0 commit comments

Comments
 (0)