Skip to content

Commit

Permalink
fix wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Aug 26, 2023
1 parent ae37c59 commit cbdf1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: >
curl https://sh.rustup.rs -sSf | sh && yum install -y openssl-devel zlib-devel
curl https://sh.rustup.rs -sSf | sh -s -- -y && yum install -y openssl-devel zlib-devel
CIBW_ARCHS_LINUX: "auto64"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
Expand Down

0 comments on commit cbdf1b2

Please sign in to comment.