Skip to content

Commit

Permalink
Use later version of vcpkg action
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Dec 27, 2022
1 parent fbb74eb commit 0a3bc1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows_2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
path: workspace/src/descartes_light

- name: vcpkg build
uses: johnwason/vcpkg-action@v3
uses: johnwason/vcpkg-action@v4
with:
pkgs: >-
boost-graph eigen3 console-bridge
pkgs: boost-graph eigen3 console-bridge
triplet: x64-windows-release
token: ${{ github.token }}

- name: install-depends
shell: cmd
Expand Down

0 comments on commit 0a3bc1f

Please sign in to comment.