Skip to content

Commit 8638eea

Browse files
Update test-windows.yml
1 parent f11618c commit 8638eea

1 file changed

Lines changed: 7 additions & 16 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,21 @@ jobs:
1010
matrix:
1111
python-version: [3.7]
1212

13+
env:
14+
VCPKG_DEFAULT_TRIPLET: 'x64-windows'
15+
VCPKG_DEFAULT_HOST_TRIPLET: 'x64-windows'
16+
1317
steps:
1418
- uses: actions/checkout@v5
1519
- uses: actions/setup-python@v6
1620
with:
1721
python-version: ${{ matrix.python-version }}
1822
- uses: microsoft/setup-msbuild@v2
1923
- name: setup boost prerequisites
20-
uses: lukka/run-vcpkg@v6
24+
uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
2125
with:
22-
vcpkgGitCommitId: '88b1071e39f13b632644d9d953738d345a4ac055'
23-
vcpkgDirectory: '${{ runner.workspace }}/vcpkg'
24-
vcpkgTriplet: x64-windows
25-
vcpkgArguments: >
26-
boost-config
27-
boost-core
28-
boost-function
29-
boost-graph
30-
boost-iterator
31-
boost-lexical-cast
32-
boost-mpl
33-
boost-preprocessor
34-
boost-smart-ptr
35-
boost-static-assert
36-
boost-align
26+
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
27+
runVcpkgInstall: true
3728
- name: setup faber
3829
run: |
3930
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)