Skip to content

Commit e148b2b

Browse files
committed
Minimized boost install.
1 parent b4dcae2 commit e148b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
run: |
211211
vcpkg update
212212
vcpkg install zlib:x64-windows
213-
vcpkg install boost:x64-windows
213+
vcpkg install boost-assert:x64-windows boost-numeric-conversion:x64-windows boost-variant:x64-windows boost-utility:x64-windows boost-fusion:x64-windows boost-optional:x64-windows boost-predef:x64-windows boost-preprocessor:x64-windows boost-timer:x64-windows boost-test:x64-windows
214214
215215
- name: Build and test
216216
shell: powershell

0 commit comments

Comments
 (0)