diff --git a/.github/workflows/python-wheel-build.yml b/.github/workflows/python-wheel-build.yml index af625f9ee..1d62b86a9 100644 --- a/.github/workflows/python-wheel-build.yml +++ b/.github/workflows/python-wheel-build.yml @@ -50,7 +50,7 @@ jobs: git clone https://github.com/meelgroup/cadical.git && cd cadical && git checkout add_dynamic_lib && - CXXFLAGS=-fPIC ./configure ---competition && + CXXFLAGS=-fPIC ./configure && make -j4 && cd .. && git clone https://github.com/meelgroup/cadiback.git &&