We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133c9af commit 4b910c8Copy full SHA for 4b910c8
1 file changed
.github/workflows/release.yml
@@ -58,12 +58,13 @@ jobs:
58
pkg-config libasound2-dev libudev-dev libxkbcommon-x11-0 \
59
libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev \
60
libxkbregistry-dev libwayland-client0 libwayland-server0 libwayland-cursor0 \
61
- libwayland-dev libxkbcommon-dev \
+ libwayland-dev libxkbcommon-dev libglfw3-dev \
62
wayland-protocols ;;
63
*) dnf -y install cmake gcc-c++ \
64
pkgconfig alsa-lib-devel systemd-devel \
65
libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel \
66
- libxkbcommon-devel wayland-devel wayland-protocols-devel ;;
+ libxkbcommon-devel wayland-devel wayland-protocols-devel \
67
+ glfw-devel;;
68
esac
69
working-directory: crates/processing_pyo3
70
- uses: actions/upload-artifact@v4
0 commit comments