From 812261200c2e62bd4316c547acdefc2dabd51d27 Mon Sep 17 00:00:00 2001 From: yetone Date: Wed, 26 Feb 2025 17:47:21 +0800 Subject: [PATCH] fix: release ci (#1405) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2008e19..6b5da4d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -107,7 +107,7 @@ jobs: -w /workspace \ --platform ${{ matrix.config.docker_platform }} \ ${{ matrix.config.container }} \ - bash -c "yum install -y openssl-devel && curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal && . /root/.cargo/env && cargo build --release --features ${{ matrix.feature }}" + bash -c "yum install -y perl-IPC-Cmd openssl-devel && curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal && . /root/.cargo/env && cargo build --release --features ${{ matrix.feature }}" - name: Handle binaries if: ${{ matrix.config.os_name != 'windows' }}