We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2447786 commit c9aac9bCopy full SHA for c9aac9b
.github/workflows/release.yml
@@ -54,7 +54,7 @@ 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-dev libxkbcommon-dev
+ libxkbregistry-dev libwayland-client0 libwayland-dev libxkbcommon-dev
58
working-directory: crates/processing_pyo3
59
- uses: actions/upload-artifact@v4
60
with:
0 commit comments