Skip to content

Commit 026182a

Browse files
committed
add missing python setup for vm
1 parent d895474 commit 026182a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyo3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
if [ -f /usr/bin/yum ]; then
5353
# quay.io/pypa/manylinux2014_x86_64:latest
5454
/usr/bin/yum -y upgrade
55-
/usr/bin/yum -y install perl-IPC-Cmd perl-List-MoreUtils openssl-devel python3-pip
55+
/usr/bin/yum -y install perl-IPC-Cmd perl-List-MoreUtils openssl-devel python3-pip protobuf-compiler
5656
/usr/bin/ln -s /usr/bin/pip3 /usr/bin/pip
5757
elif [ -f /usr/bin/apt ]; then
5858
# ghcr.io/rust-cross/manylinux2014-cross:aarch64
5959
/usr/bin/apt update
60-
/usr/bin/apt install -y pkg-config libssl-dev
60+
/usr/bin/apt install -y pkg-config libssl-dev protobuf-compiler
6161
fi
6262
- name: Upload wheels
6363
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)