diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d2b3d4..b226765 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,6 @@ env: jobs: release-binary: - if: github.event_name != 'pull_request' runs-on: ${{ matrix.os }} container: ${{ matrix.container }} strategy: diff --git a/ci/prepare_build_environment.sh b/ci/prepare_build_environment.sh index 8fffabf..cdcf2f6 100755 --- a/ci/prepare_build_environment.sh +++ b/ci/prepare_build_environment.sh @@ -16,7 +16,7 @@ if [[ "$OSTYPE" == "linux"* ]]; then sudo apt-get -y install protobuf-compiler libopenblas-dev else # Build from manylinux2014 container - yum -y install openblas-devel perl-IPC-Cmd unzip curl + yum -y install openblas-devel perl-IPC-Cmd unzip curl openssl-devel # Disable safe directory in docker git config --system --add safe.directory "*"