File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,11 @@ jobs:
5353 args : --release --out dist --find-interpreter
5454 manylinux : 2_34
5555 before-script-linux : |
56- case "${{ matrix.target }}" in
57- aarch64) apt-get update && apt-get install -y cmake g++ \
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 libglfw3-dev \
62- wayland-protocols ;;
63- *) dnf -y install cmake gcc-c++ \
56+ dnf -y install cmake gcc-c++ \
6457 pkgconfig alsa-lib-devel systemd-devel \
6558 libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel \
6659 libxkbcommon-devel wayland-devel wayland-protocols-devel \
67- glfw-devel;;
68- esac
60+ glfw-devel
6961 working-directory : crates/processing_pyo3
7062 - uses : actions/upload-artifact@v4
7163 with :
You can’t perform that action at this time.
0 commit comments