We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e997f0 commit d1095f8Copy full SHA for d1095f8
1 file changed
.github/workflows/maven.yml
@@ -84,6 +84,9 @@ jobs:
84
java: ['21']
85
gtk: [gtk3, gtk4]
86
gdk_backend: [x11, wayland]
87
+ exclude:
88
+ - gtk: gtk3
89
+ gdk_backend: wayland
90
uses: ./.github/workflows/build.yml
91
with:
92
runner: ubuntu-latest
0 commit comments