Skip to content

Commit 24b026a

Browse files
CI: enable gdk-x11/gdk-wayland missing features
1 parent 5a27dc0 commit 24b026a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- { name: "gtk4", features: "v4_10,xml_validation", test_sys: false }
4343
- { name: "gsk4", features: "v4_6,broadway", test_sys: true }
4444
- { name: "gdk4", features: "v4_8", test_sys: true }
45-
- { name: "gdk4-wayland", features: "v4_4", test_sys: true }
46-
- { name: "gdk4-x11", features: "v4_4", test_sys: false }
45+
- { name: "gdk4-wayland", features: "v4_4,wayland_crate,egl,xkb_crate", test_sys: true }
46+
- { name: "gdk4-x11", features: "v4_4,xlib,egl", test_sys: false }
4747
- { name: "gtk4-macros", features: "xml_validation", test_sys: false }
4848
steps:
4949
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)