Skip to content

Commit 3d60d8d

Browse files
committed
chore: add xcb libs
1 parent 4222a99 commit 3d60d8d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/_ci-e2e-tauri.reusable.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,23 @@ jobs:
106106
libxcomposite-dev \
107107
libxcursor-dev \
108108
libxdamage-dev \
109-
libxinerama-dev
109+
libxinerama-dev \
110+
libxcb1-dev \
111+
libxcb-shape0-dev \
112+
libxcb-xfixes0-dev \
113+
libxcb-render0-dev \
114+
libxcb-randr0-dev \
115+
libxcb-xinerama0-dev \
116+
libxcb-xkb-dev \
117+
libxcb-image0-dev \
118+
libxcb-util0-dev \
119+
libxcb-icccm4-dev \
120+
libxcb-ewmh-dev \
121+
libxcb-dri2-dev \
122+
libxcb-dri3-dev \
123+
libxcb-present-dev \
124+
libxcb-sync-dev \
125+
libxcb-xv-dev
110126
111127
# Download the pre-built packages from the build job
112128
# This ensures all tests use the same build artifacts

0 commit comments

Comments
 (0)