We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4222a99 commit 3d60d8dCopy full SHA for 3d60d8d
.github/workflows/_ci-e2e-tauri.reusable.yml
@@ -106,7 +106,23 @@ jobs:
106
libxcomposite-dev \
107
libxcursor-dev \
108
libxdamage-dev \
109
- libxinerama-dev
+ 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
126
127
# Download the pre-built packages from the build job
128
# This ensures all tests use the same build artifacts
0 commit comments