Skip to content

Commit

Permalink
One more run
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 18, 2024
1 parent 2008d86 commit 8531c18
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 @@ -46,6 +46,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_BUILD: >
yum install -y gmp-devel glibc-devel &&
git clone https://github.com/meelgroup/cadical.git &&
cd cadical &&
git checkout add_dynamic_lib &&
Expand All @@ -59,7 +60,6 @@ jobs:
make -j4 &&
sudo make install &&
cd ..
CIBW_BEFORE_ALL_LINUX: yum install -y gmp-devel
CIBW_SKIP: "*musl*"
CIBW_ARCHS: "auto64"

Expand Down

0 comments on commit 8531c18

Please sign in to comment.