Skip to content

Commit

Permalink
Run configure separately
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 14, 2024
1 parent 1c4c55a commit c435d7d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-wheel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@ jobs:
repository: meelgroup/cadical
ref: 'add_dynamic_lib'
path: python/cadical
run: CXXFLAGS=-fPIC ./configure --competition

- name: Checkout Cadiback
uses: actions/checkout@v3
with:
repository: meelgroup/cadiback
ref: 'mate'
path: python/cadiback
run: ./configure

- name: configure CaDiCaL
run: cd python/cadical && CXXFLAGS=-fPIC ./configure --competition

- name: Configure Cadiback
run: cd python/cadiback && ./configure


# Used to host cibuildwheel
- uses: actions/setup-python@v3
Expand Down

0 comments on commit c435d7d

Please sign in to comment.