Skip to content

Commit

Permalink
Print the command line when building on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Apr 5, 2024
1 parent 70a1033 commit 452a514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: build library
shell: bash
run: |
cmake --build build --parallel 2 --target install
cmake --build build --parallel 2 --target install --verbose
- name: test library
shell: bash
run: |
Expand Down

0 comments on commit 452a514

Please sign in to comment.