Skip to content

Commit

Permalink
Update binary-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 11, 2024
1 parent 0d7abac commit b96f13d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,34 @@ jobs:
run: |
pip install pip --upgrade
pip install numpy lit
- name: Checkout Cadical
uses: actions/checkout@v2
with:
repository: meelgroup/cadical
ref: mate-only-libraries-1.8.0
path: cadical

- name: Build Cadical
run: |
cd cadical
./configure
make -j8
cd ..
- name: Checkout Cadiback
uses: actions/checkout@v2
with:
repository: meelgroup/cadiback
ref: mate
path: cadiback

- name: Build Cadiback
run: |
cd cadiback
./configure
make -j8
cd ..
- name: Add git submodules for Linux only (not needed for non-testing)
if: matrix.os == 'ubuntu-20.04'
Expand Down

0 comments on commit b96f13d

Please sign in to comment.