Install boost on Windows via vcpkg

This commit is contained in:
Daniil Kovalev 2021-05-08 18:18:09 +03:00
parent 7707c81c5d
commit 7c7f45fbea

View File

@ -251,6 +251,7 @@ jobs:
vcpkg update vcpkg update
vcpkg install gtest:x64-windows vcpkg install gtest:x64-windows
vcpkg install zlib:x64-windows vcpkg install zlib:x64-windows
vcpkg install boost:x64-windows
- name: Build and test - name: Build and test
shell: powershell shell: powershell
run: | run: |