We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d895474 commit 026182aCopy full SHA for 026182a
.github/workflows/pyo3.yml
@@ -52,12 +52,12 @@ jobs:
52
if [ -f /usr/bin/yum ]; then
53
# quay.io/pypa/manylinux2014_x86_64:latest
54
/usr/bin/yum -y upgrade
55
- /usr/bin/yum -y install perl-IPC-Cmd perl-List-MoreUtils openssl-devel python3-pip
+ /usr/bin/yum -y install perl-IPC-Cmd perl-List-MoreUtils openssl-devel python3-pip protobuf-compiler
56
/usr/bin/ln -s /usr/bin/pip3 /usr/bin/pip
57
elif [ -f /usr/bin/apt ]; then
58
# ghcr.io/rust-cross/manylinux2014-cross:aarch64
59
/usr/bin/apt update
60
- /usr/bin/apt install -y pkg-config libssl-dev
+ /usr/bin/apt install -y pkg-config libssl-dev protobuf-compiler
61
fi
62
- name: Upload wheels
63
uses: actions/upload-artifact@v4
0 commit comments