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 b15950a commit 6f01f09Copy full SHA for 6f01f09
.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 --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
46
- name: test
47
48
0 commit comments