diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c35c623..9ccb01ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,7 @@ jobs: with: args: --release --out dist --features postgres manylinux: auto + before-script-linux: yum install -y openssl-devel perl-IPC-Cmd - name: Build wheels if: runner.os != 'Linux'