Skip to content

Commit 6bef8ed

Browse files
Update build.yml
1 parent dc5af81 commit 6bef8ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: ${{ matrix.platform.os == 'windows-latest' }}
8888
run: |
8989
choco install ccache
90-
vcpkg install boost:x64-windows-static
90+
vcpkg install boost-filesystem:x64-windows-static boost-program-options:x64-windows-static boost-system:x64-windows-static boost-test:x64-windows-static
9191
- name: Build
9292
if: ${{ matrix.platform.os == 'windows-latest' }}
9393
run: |

0 commit comments

Comments
 (0)