File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments