Skip to content

Commit cfea65e

Browse files
committed
run also with full debug output
1 parent 9c8e98c commit cfea65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_jni_libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: with full debug output
29-
run: set -x ; tools/check_release_jni_libs.sh
29+
run: bash -x tools/check_release_jni_libs.sh
3030

3131
- name: check if checked in JNI libs are ok
3232
run: tools/check_release_jni_libs.sh

0 commit comments

Comments
 (0)