Skip to content

Commit

Permalink
Use verbose build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoGrieco committed Feb 1, 2023
1 parent f0598f5 commit 6b6f776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
shell: bash -l {0}
run: |
cd build
cmake --build . --config ${{matrix.build_type}}
cmake --build . --config ${{matrix.build_type}} --verbose
# Test step
- name: Test
Expand Down

0 comments on commit 6b6f776

Please sign in to comment.