We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1a4fc commit 2e89a48Copy full SHA for 2e89a48
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
args: --release --out dist --find-interpreter
53
manylinux: 2_28
54
before-script-linux: |
55
- apt-fast install -y cmake gcc-c++ \
+ yum install -y cmake gcc-c++ \
56
libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel \
57
wayland-devel libxkbcommon-devel
58
working-directory: crates/processing_pyo3
0 commit comments