Skip to content

Commit

Permalink
debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 13, 2024
1 parent f3da03e commit 83fbc17
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
run: cmake --build build --config Release --target ALL_BUILD && tree

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

0 comments on commit 83fbc17

Please sign in to comment.