Skip to content

Commit

Permalink
run also with full debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 27, 2024
1 parent b6e05e0 commit c010dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_jni_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

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

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

0 comments on commit c010dd0

Please sign in to comment.