We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32da86d commit 5a26bd4Copy full SHA for 5a26bd4
1 file changed
.github/workflows/test-windows.yml
@@ -17,11 +17,11 @@ jobs:
17
python-version: ${{ matrix.python-version }}
18
- uses: microsoft/setup-msbuild@v2
19
- name: setup boost prerequisites
20
- uses: lukka/run-vcpkg@v6
+ uses: lukka/run-vcpkg@v11
21
with:
22
vcpkgGitCommitId: '88b1071e39f13b632644d9d953738d345a4ac055'
23
vcpkgDirectory: '${{ runner.workspace }}/vcpkg'
24
- vcpkgTriplet: x64-windows
+ triplet: x64-windows
25
vcpkgArguments: >
26
boost-config
27
boost-core
0 commit comments