Skip to content

Commit 7ed21ff

Browse files
committed
lots of wayland libs for release.yml linux
1 parent c9aac9b commit 7ed21ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
before-script-linux: |
5555
apt-get update && apt-get install -y cmake g++ \
5656
libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev \
57-
libxkbregistry-dev libwayland-client0 libwayland-dev libxkbcommon-dev
57+
libxkbregistry-dev libwayland-client0 libwayland-server0 libwayland-cursor0 \
58+
libwayland-dev libxkbcommon-dev \
59+
wayland-protocols
5860
working-directory: crates/processing_pyo3
5961
- uses: actions/upload-artifact@v4
6062
with:

0 commit comments

Comments
 (0)