We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8466712 commit a7a4394Copy full SHA for a7a4394
1 file changed
.github/workflows/ci.yml
@@ -95,8 +95,10 @@ jobs:
95
- name: Build Yices binaries for macOS
96
run: ant publish-yices2-macOS -Dyices2.version=2.8.0-prerelease
97
98
- #- name: Show dependencies
99
- # run: otool -L downloads/yices2_java_bindings/dist/lib/libyices2java.dylib
+ - name: Show Yices library dependencies
+ run: |
100
+ ARCH_DIR="${{ matrix.arch == 'arm64' && 'arm64-macosx' || 'x86_64-macosx' }}"
101
+ otool -L lib/native/$ARCH_DIR/libyices2java.dylib
102
103
- name: Copy other native libraries
104
run: |
0 commit comments