Skip to content

Commit

Permalink
fix: fix release build (#1009)
Browse files Browse the repository at this point in the history
* Update prepare_build_environment.sh

* Update release.yml
  • Loading branch information
wsxiaoys authored Dec 10, 2023
1 parent 835d35e commit 6305744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ env:

jobs:
release-binary:
if: github.event_name != 'pull_request'
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion ci/prepare_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "*"
Expand Down

0 comments on commit 6305744

Please sign in to comment.