Skip to content

Commit

Permalink
Update to vcpkg-action@v6 and use vcpkg-binarycache
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason authored and Levi-Armstrong committed Jan 19, 2024
1 parent 377cef2 commit 7cb226b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows_2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cb226b

Please sign in to comment.