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 74002c0Copy full SHA for 74002c0
.github/workflows/test-windows.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: ${{ matrix.python-version }}
18
- uses: microsoft/setup-msbuild@v2
19
- name: setup boost prerequisites
20
- uses: lukka/run-vcpkg@v11
+ uses: lukka/run-vcpkg@v6
21
with:
22
vcpkgGitCommitId: '88b1071e39f13b632644d9d953738d345a4ac055'
23
vcpkgDirectory: '${{ runner.workspace }}/vcpkg'
@@ -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