From 9b60cd621a0a63d3e92c2cbbcc51f82e8181be8f Mon Sep 17 00:00:00 2001 From: John Wason Date: Thu, 18 Jan 2024 19:17:07 -0500 Subject: [PATCH] Update to vcpkg-action@v6 and use vcpkg-binarycache --- .github/workflows/windows_2019.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows_2019.yml b/.github/workflows/windows_2019.yml index 49074096..a93e9d77 100644 --- a/.github/workflows/windows_2019.yml +++ b/.github/workflows/windows_2019.yml @@ -19,11 +19,12 @@ jobs: path: workspace/src/descartes_light - name: vcpkg build - uses: johnwason/vcpkg-action@v4 + uses: johnwason/vcpkg-action@v6 with: pkgs: boost-graph eigen3 console-bridge gtest triplet: x64-windows-release token: ${{ github.token }} + github-binarycache: true - name: install-depends shell: cmd