Skip to content

Commit 9ce9cb9

Browse files
author
Mohammod Al Amin Ashik
committed
fix: Add Wayland runtime libraries for Linux E2E tests
1 parent 2ea1d70 commit 9ce9cb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/install-linux-deps/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ runs:
2323
if: ${{ inputs.e2e == 'true' }}
2424
uses: awalsh128/cache-apt-pkgs-action@latest
2525
with:
26-
packages: webkit2gtk-driver xvfb gnome-keyring gsettings-desktop-schemas dbus-x11 at-spi2-core libglib2.0-bin
27-
version: 1.2
26+
packages: webkit2gtk-driver xvfb gnome-keyring gsettings-desktop-schemas dbus-x11 at-spi2-core libglib2.0-bin libwayland-server0 libwayland-client0
27+
version: 1.3
2828

2929
# Compile gsettings schemas (required after restore from cache)
3030
- name: Compile gsettings schemas

0 commit comments

Comments
 (0)