We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9aac9b commit 7ed21ffCopy full SHA for 7ed21ff
.github/workflows/release.yml
@@ -54,7 +54,9 @@ jobs:
54
before-script-linux: |
55
apt-get update && apt-get install -y cmake g++ \
56
libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev \
57
- libxkbregistry-dev libwayland-client0 libwayland-dev libxkbcommon-dev
+ libxkbregistry-dev libwayland-client0 libwayland-server0 libwayland-cursor0 \
58
+ libwayland-dev libxkbcommon-dev \
59
+ wayland-protocols
60
working-directory: crates/processing_pyo3
61
- uses: actions/upload-artifact@v4
62
with:
0 commit comments