We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59853de commit af59a30Copy full SHA for af59a30
2 files changed
.github/workflows/jinstall.yml
@@ -30,6 +30,8 @@ jobs:
30
submodules: recursive
31
32
- name: Test Jinstall
33
+ env:
34
+ QT_DEBUG_PLUGINS: 1
35
run: |
36
script/installxcb.sh linux x64
37
script/testinstall.sh linux x64
script/installxcb.sh
@@ -44,6 +44,7 @@ if [ "$1" = "linux" ] || [ "$1" = "raspberry" ]; then
44
f libxcb-cursor0
45
f libxcb-cursor-dev
46
f libxcb-xinerama0
47
+ f libxkbcommon-x11-0
48
f minizip
49
f pipewire
50
f zlib1g
0 commit comments