Skip to content

Commit 74002c0

Browse files
committed
wip
1 parent 6ce7f79 commit 74002c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ${{ matrix.python-version }}
1818
- uses: microsoft/setup-msbuild@v2
1919
- name: setup boost prerequisites
20-
uses: lukka/run-vcpkg@v11
20+
uses: lukka/run-vcpkg@v6
2121
with:
2222
vcpkgGitCommitId: '88b1071e39f13b632644d9d953738d345a4ac055'
2323
vcpkgDirectory: '${{ runner.workspace }}/vcpkg'
@@ -42,6 +42,7 @@ jobs:
4242
- name: build
4343
shell: cmd
4444
run: |
45+
where /r ${{ runner.workspace }}\vcpkg\installed config.h
4546
faber --builddir=build cxx.name=msvc --with-boost-include=${{ runner.workspace }}\vcpkg\installed\x64-windows\include -j4
4647
- name: test
4748
shell: cmd

0 commit comments

Comments
 (0)