Skip to content

Commit

Permalink
Use 1.9.5 branch of cadical fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Mar 2, 2024
1 parent 5803c00 commit 27a64a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build Cadical
working-directory: kotlin-satlib-jni
run: |
git clone --depth=1 --branch lipen/1.9.4 https://github.com/Lipen/cadical solvers/cadical-src
git clone --depth=1 --branch lipen/1.9.5 https://github.com/Lipen/cadical solvers/cadical-src
cd solvers/cadical-src
./configure -fPIC
make -j8 shared
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Build Cadical
working-directory: kotlin-satlib-jni
run: |
git clone --depth=1 --branch lipen/1.9.4 https://github.com/Lipen/cadical solvers/cadical-src
git clone --depth=1 --branch lipen/1.9.5 https://github.com/Lipen/cadical solvers/cadical-src
cd solvers/cadical-src
./configure -fPIC
make -j8 dll
Expand Down

0 comments on commit 27a64a5

Please sign in to comment.