We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb95b61 commit 303299eCopy full SHA for 303299e
.github/workflows/test-windows.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: build
43
shell: cmd
44
run: |
45
- faber --builddir=build cxx.name=msvc --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
+ faber --builddir=build cxx.name=msvc --log=commands --log=output --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
46
- name: test
47
48
0 commit comments