File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,13 @@ jobs:
5858 pkg-config libasound2-dev libudev-dev libxkbcommon-x11-0 \
5959 libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev \
6060 libxkbregistry-dev libwayland-client0 libwayland-server0 libwayland-cursor0 \
61- libwayland-dev libxkbcommon-dev \
61+ libwayland-dev libxkbcommon-dev libglfw3-dev \
6262 wayland-protocols ;;
6363 *) dnf -y install cmake gcc-c++ \
6464 pkgconfig alsa-lib-devel systemd-devel \
6565 libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel \
66- libxkbcommon-devel wayland-devel wayland-protocols-devel ;;
66+ libxkbcommon-devel wayland-devel wayland-protocols-devel \
67+ glfw-devel;;
6768 esac
6869 working-directory : crates/processing_pyo3
6970 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments