diff --git a/.github/workflows/python-core-wheels.yml b/.github/workflows/python-core-wheels.yml index f66d7f82..44b92e55 100644 --- a/.github/workflows/python-core-wheels.yml +++ b/.github/workflows/python-core-wheels.yml @@ -26,7 +26,7 @@ jobs: args: --release --out dist -m python/core/Cargo.toml before-script-linux: | yum update -y - yum install openssl-devel -y + yum install openssl openssl-devel -y - name: Install built wheel if: matrix.target == 'x86_64'