Skip to content

Commit 0a7fa58

Browse files
authored
ci: install X11/XCB runtime libs for ANGLE Vulkan surface support
1 parent a483220 commit 0a7fa58

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ jobs:
154154
libegl1 \
155155
libgles2 \
156156
libvulkan1 \
157+
libx11-6 \
158+
libx11-xcb1 \
159+
libxcb1 \
157160
mesa-vulkan-drivers \
158161
vulkan-tools
159162
else
@@ -162,6 +165,9 @@ jobs:
162165
libegl1 \
163166
libgles2 \
164167
libvulkan1 \
168+
libx11-6 \
169+
libx11-xcb1 \
170+
libxcb1 \
165171
mesa-vulkan-drivers \
166172
vulkan-tools
167173
fi

0 commit comments

Comments
 (0)