Skip to content

Commit 303299e

Browse files
committed
log commands
1 parent cb95b61 commit 303299e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: build
4343
shell: cmd
4444
run: |
45-
faber --builddir=build cxx.name=msvc --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
45+
faber --builddir=build cxx.name=msvc --log=commands --log=output --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
4646
- name: test
4747
shell: cmd
4848
run: |

0 commit comments

Comments
 (0)