Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 19, 2024
1 parent df32cae commit 72be9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
# CIBW_BEFORE_ALL_LINUX: yum install -y wget
CIBW_BEFORE_LINUX: >
CIBW_BEFORE_ALL_LINUX: >
yum install -y gmp-devel glibc-devel &&
# wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz &&
# tar xf gmp-6.3.0.tar.xz &&
Expand Down

0 comments on commit 72be9b0

Please sign in to comment.