We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd4996 commit 1d1a4fcCopy full SHA for 1d1a4fc
.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 install -y cmake gcc-c++ \
+ apt-fast 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