Skip to content

Commit

Permalink
bump run-vcpkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlith committed Jun 19, 2024
1 parent 35efbbb commit 9737ea0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
- uses: lukka/get-cmake@latest

- name: vcpkg setup/restore artifacts
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@v11
id: runvcpkg
with:
vcpkgJsonGlob: 'vcpkg.json'

- name: Prints output of run-vcpkg's action.
run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}' "
Expand Down

0 comments on commit 9737ea0

Please sign in to comment.