There was an error while loading. Please reload this page.
1 parent 2ea1d70 commit 9ce9cb9Copy full SHA for 9ce9cb9
1 file changed
.github/actions/install-linux-deps/action.yml
@@ -23,8 +23,8 @@ runs:
23
if: ${{ inputs.e2e == 'true' }}
24
uses: awalsh128/cache-apt-pkgs-action@latest
25
with:
26
- packages: webkit2gtk-driver xvfb gnome-keyring gsettings-desktop-schemas dbus-x11 at-spi2-core libglib2.0-bin
27
- version: 1.2
+ packages: webkit2gtk-driver xvfb gnome-keyring gsettings-desktop-schemas dbus-x11 at-spi2-core libglib2.0-bin libwayland-server0 libwayland-client0
+ version: 1.3
28
29
# Compile gsettings schemas (required after restore from cache)
30
- name: Compile gsettings schemas
0 commit comments