Skip to content

Commit 508da1d

Browse files
committed
Fix windows CI builds.
1 parent 271bcea commit 508da1d

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,26 @@ jobs:
1515
- uses: actions/setup-python@v2
1616
with:
1717
python-version: ${{ matrix.python-version }}
18+
- uses: microsoft/setup-msbuild@v1.1
1819
- name: setup boost prerequisites
1920
uses: lukka/run-vcpkg@v6
2021
with:
21-
vcpkgGitCommitId: '8a9a97315aefb3f8bc5d81bf66ca0025938b9c91'
22+
vcpkgGitCommitId: '88b1071e39f13b632644d9d953738d345a4ac055'
2223
vcpkgDirectory: '${{ runner.workspace }}/vcpkg'
2324
vcpkgTriplet: x64-windows
24-
vcpkgArguments: boost-config boost-core boost-function boost-graph boost-iterator boost-lexical-cast boost-mpl boost-preprocessor boost-smart-ptr boost-static-assert boost-align
25-
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
2637
- name: setup faber
27-
#shell: 'bash'
2838
run: |
2939
python -m pip install --upgrade pip
3040
python -m pip install setuptools faber numpy

0 commit comments

Comments
 (0)