Skip to content

Commit a7a4394

Browse files
CI: Print dependencies for Yices library
1 parent 8466712 commit a7a4394

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@ jobs:
9595
- name: Build Yices binaries for macOS
9696
run: ant publish-yices2-macOS -Dyices2.version=2.8.0-prerelease
9797

98-
#- name: Show dependencies
99-
# run: otool -L downloads/yices2_java_bindings/dist/lib/libyices2java.dylib
98+
- name: Show Yices library dependencies
99+
run: |
100+
ARCH_DIR="${{ matrix.arch == 'arm64' && 'arm64-macosx' || 'x86_64-macosx' }}"
101+
otool -L lib/native/$ARCH_DIR/libyices2java.dylib
100102
101103
- name: Copy other native libraries
102104
run: |

0 commit comments

Comments
 (0)