Changes:
- This is a summary of the changes depicted in Pull Request #216 :
thevcpkgGitCommitId
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/[email protected]
to pin your workflow to the v11.3
release.