From a516a43567454f10eed8fe3c69d13e6b95a37060 Mon Sep 17 00:00:00 2001 From: Luben Karavelov Date: Wed, 3 Apr 2024 09:11:59 +0100 Subject: [PATCH] Add back some inspection on MacOS, bump version --- .github/workflows/ci.yml | 3 +++ version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d7fe3e..bb6afc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/version b/version index 6581676..e87486f 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.5.6-1 +1.5.6-2