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 6ce7f79 commit 7b2867bCopy full SHA for 7b2867b
.github/workflows/test-windows.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: build
43
shell: cmd
44
run: |
45
+ where \r ${{ runner.workspace }}\vcpkg\installed config.h
46
faber --builddir=build cxx.name=msvc --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
47
- name: test
48
0 commit comments