We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af59a30 commit efefc92Copy full SHA for efefc92
2 files changed
.github/workflows/jinstall.yml
@@ -30,8 +30,6 @@ 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
@@ -42,9 +42,6 @@ if [ "$1" = "linux" ] || [ "$1" = "raspberry" ]; then
42
f libopus0
43
f libpulse0
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