From 9b42f4e91e0f86c90bf028067611a33d05000f1d Mon Sep 17 00:00:00 2001 From: Rigidity Date: Thu, 11 Jul 2024 09:42:49 -0400 Subject: [PATCH] Install perl-IPC-Cmd --- .github/workflows/build-arm64-wheels.yml | 1 + .github/workflows/build-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-arm64-wheels.yml b/.github/workflows/build-arm64-wheels.yml index 9731979d..514a6cb2 100644 --- a/.github/workflows/build-arm64-wheels.yml +++ b/.github/workflows/build-arm64-wheels.yml @@ -40,6 +40,7 @@ jobs: echo $PATH && \ curl -L https://sh.rustup.rs > rustup-init.sh && \ sh rustup-init.sh -y && \ + yum -y install perl-IPC-Cmd && \ yum -y install openssl-devel && \ source $HOME/.cargo/env && \ rustup target add aarch64-unknown-linux-musl && \ diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index cea3d887..0553ac95 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -65,6 +65,7 @@ jobs: bash -exc '\ curl -L https://sh.rustup.rs > rustup-init.sh && \ sh rustup-init.sh -y && \ + yum -y install perl-IPC-Cmd && \ yum -y --disablerepo=epel install openssl-devel && \ source $HOME/.cargo/env && \ rustup target add x86_64-unknown-linux-musl && \