Skip to content

Commit

Permalink
Add back some inspection on MacOS, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed Apr 3, 2024
1 parent 2e00ab1 commit a516a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- name: Env
run: echo "nativeJniVersion=`cat version`" >> $GITHUB_ENV

- name: Inspect classes
run: ls -al target/classes/darwin

- name: Inspect
run: otool -L target/classes/darwin/${{ matrix.target_arch }}/libzstd-jni-${nativeJniVersion}.dylib

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.6-1
1.5.6-2

0 comments on commit a516a43

Please sign in to comment.