We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875fb62 commit a86129dCopy full SHA for a86129d
.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
- libwayland-client0 libwayland-dev libxkbcommon-dev
+ libwayland-client0 libwayland-dev libxkbcommon-dev wayland-client
58
working-directory: crates/processing_pyo3
59
- uses: actions/upload-artifact@v4
60
with:
0 commit comments