Skip to content

Commit

Permalink
Remove minisat fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Mar 1, 2024
1 parent 56bacbb commit 1085015
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
working-directory: kotlin-satlib-jni
run: |
ls -al --group-directories-first solvers/*-src/install/lib
cp --remove-destination $(readlink -f solvers/minisat-src/install/lib/x86_64-linux-gnu/libminisat.so) solvers/minisat-src/install/lib/x86_64-linux-gnu/libminisat.so
cp --remove-destination $(readlink -f solvers/cms-src/install/lib/libcryptominisat5.so) solvers/cms-src/install/lib/libcryptominisat5.so
- name: Set up ld cache
Expand Down

0 comments on commit 1085015

Please sign in to comment.