From ace8a3bb37435c7d2dee976ed8b866018038e3bc Mon Sep 17 00:00:00 2001 From: Oleksii Shmalko Date: Wed, 28 Aug 2024 15:57:53 +0300 Subject: [PATCH] chore: install perl-core in manylinux --- .github/workflows/python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 8b49035e..457c99eb 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -54,6 +54,8 @@ jobs: args: --release --out dist --find-interpreter --manifest-path ./python-sdk/Cargo.toml sccache: 'true' manylinux: auto + before-script-action: | + dnf install perl-core - name: Upload wheels uses: actions/upload-artifact@v4 with: