Skip to content

Commit

Permalink
Show built libs in GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Oct 1, 2021
1 parent aebc55b commit c2fe0ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
cmake --install build --prefix install
strip -s install/lib/libcryptominisat5.so
- name: Show built libs
working-directory: jni
run: |
ls -al --group-directories-first solvers/*-src/install/lib
- name: Set up ld cache
working-directory: jni
run: sudo ldconfig $(realpath solvers/*-src/install/lib)
Expand Down

0 comments on commit c2fe0ef

Please sign in to comment.