Skip to content

Commit

Permalink
debug show generated java codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 13, 2024
1 parent 83fbc17 commit 7ba1878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: cmake -B build -A ${{matrix.target}} -D Binding_Java=ON

- name: Build
run: cmake --build build --config Release --target ALL_BUILD && tree
run: cmake --build build --config Release --target ALL_BUILD && tree build/java /A /F

- name: Pack
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 7ba1878

Please sign in to comment.