Skip to content

Commit b103248

Browse files
committed
use yum
1 parent 1693e8f commit b103248

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
186186
args: --release --manylinux 2014
187187
before-script-linux: |
188-
yum install -y wget
188+
yum install -y wget unzip
189189
cd /
190190
wget https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip
191191
unzip -o proto*zip
@@ -224,7 +224,7 @@ jobs:
224224
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
225225
args: --release
226226
before-script-linux: |
227-
apt-get install -y unzip
227+
yum install -y wget unzip
228228
cd /
229229
wget https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip
230230
unzip -o proto*zip
@@ -259,7 +259,7 @@ jobs:
259259
rustup-components: rust-std rustfmt
260260
args: --release --sdist --out dist
261261
before-script-linux: |
262-
yum install -y wget
262+
yum install -y wget unzip
263263
cd /
264264
wget https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip
265265
unzip -o proto*zip

0 commit comments

Comments
 (0)