From 148b128fe955b57b606ffd0ee87c201d8371d143 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 5 Aug 2020 07:32:08 +0200 Subject: vcpkg upgrade --- .github/workflows/pip-packaging-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml index 0ed6edb2..14bf2ab7 100644 --- a/.github/workflows/pip-packaging-windows.yml +++ b/.github/workflows/pip-packaging-windows.yml @@ -30,6 +30,7 @@ jobs: - name: Install dependencies run: | vcpkg update + vcpkg upgrade --no-dry-run vcpkg install boost-graph boost-serialization boost-date-time boost-system boost-filesystem boost-units boost-thread boost-program-options eigen3 mpfr mpir cgal --triplet x64-windows vcpkg list python -m pip install --user -r .github/build-requirements.txt -- cgit v1.2.3