Skip to content

Commit a516a43

Browse files
committed
Add back some inspection on MacOS, bump version
1 parent 2e00ab1 commit a516a43

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: Env
7676
run: echo "nativeJniVersion=`cat version`" >> $GITHUB_ENV
7777

78+
- name: Inspect classes
79+
run: ls -al target/classes/darwin
80+
7881
- name: Inspect
7982
run: otool -L target/classes/darwin/${{ matrix.target_arch }}/libzstd-jni-${nativeJniVersion}.dylib
8083

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.6-1
1+
1.5.6-2

0 commit comments

Comments
 (0)