run-vcpkg
Version updated for lukka/run-vcpkg to version v11.4.
- This action is used across all versions by 7,035 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Changes:
- This is a summary of the changes depicted in Pull Request #216 :
the
vcpkgGitCommitId
input is now optional, and the Git commit id is retrieved from eithervcpkg-configuration.json
orvcpkg.json
. Note: only the default-registry’sbuiltin
kind is supported, thegit
orfilesystem
kinds are not supported.
Note: to keep your workflow up to date with bug and security fixes, just use the v11
branch to stay on the most recent v11.x
version of this action, e.g., uses: lukka/run-vcpkg@v11
. Instead to pin to a particular release, you can use one of the tags, for example uses: lukka/run-vcpkg@v11.3
to pin your workflow to the v11.3
release.