We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5af81 commit 6bef8edCopy full SHA for 6bef8ed
1 file changed
.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
87
if: ${{ matrix.platform.os == 'windows-latest' }}
88
run: |
89
choco install ccache
90
- vcpkg install boost:x64-windows-static
+ vcpkg install boost-filesystem:x64-windows-static boost-program-options:x64-windows-static boost-system:x64-windows-static boost-test:x64-windows-static
91
- name: Build
92
93
0 commit comments