parent
835d35ee90
commit
6305744356
|
|
@ -22,7 +22,6 @@ env:
|
|||
|
||||
jobs:
|
||||
release-binary:
|
||||
if: github.event_name != 'pull_request'
|
||||
runs-on: ${{ matrix.os }}
|
||||
container: ${{ matrix.container }}
|
||||
strategy:
|
||||
|
|
|
|||
|
|
@ -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 "*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue