Skip to content

Commit b6e05e0

Browse files
committed
run also with full debug output
1 parent 60d48c5 commit b6e05e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check_jni_libs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28+
- name: with full debug output
29+
run: set -x ; tools/check_release_jni_libs.sh
30+
2831
- name: check if checked in JNI libs are ok
2932
run: tools/check_release_jni_libs.sh
3033

31-

0 commit comments

Comments
 (0)