ci: Fix Alpine xwayland dependency

This commit is contained in:
Kenny Levinsen 2023-11-22 17:43:01 +01:00 committed by Simon Ser
parent c801544d61
commit 67def26d83

View file

@ -23,7 +23,7 @@ jobs:
- name: Install dependencies (Alpine)
if: "matrix.OS == 'alpine:edge'"
run: apk add build-base xcb-util-wm-dev libseat-dev clang git eudev-dev mesa-dev libdrm-dev libinput-dev libxkbcommon-dev pixman-dev wayland-dev meson wayland-protocols xwayland scdoc-doc hwdata
run: apk add build-base xcb-util-wm-dev libseat-dev clang git eudev-dev mesa-dev libdrm-dev libinput-dev libxkbcommon-dev pixman-dev wayland-dev meson wayland-protocols xwayland-dev scdoc-doc hwdata
- name: Install dependencies (Arch)
if: "matrix.OS == 'archlinux:base-devel'"