Sourced from lukka/run-vcpkg's releases.
run-vcpkg@v11.5
Changes:
- Fix for #218 : The default triplet for ARM host is correctly set.
Note: to keep your workflow up to date with bug and security fixes, just use the
v11
branch to stay on the most recentv11.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 exampleuses: lukka/run-vcpkg@v11.5
to pin your workflow to thev11.5
release.run-vcpkg@v11.4
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 recentv11.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 exampleuses: lukka/run-vcpkg@v11.3
to pin your workflow to thev11.3
release.run-vcpkg@v11.3
Changes:
- Avoid writing any file outside of
GITHUB_WORKSPACE
file system tree. This fixes lukka/run-vcpkg#213- Update the readme.md file regarding to when vcpkg.json is going to be searched for.
Note: to keep your workflow up to date with bug and security fixes, just use the
v11
branch to stay on the most recentv11.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 exampleuses: lukka/run-vcpkg@v11.2
to pin your workflow to the v11.2 release.run-vcpkg@v11.2
Changes:
- Avoid searching for
vcpkg.json
whenrunVcpkgInstall:false
. This is a small perf improvement.- Update the action to require node v20, since v16 is out of support. If any problem occurs, please use
run-vcpkg@v11.1
and create an issue.- Update dependencies to most recent ones: all libs and
@actions
packages updated to most recent versions, along all other dependencies.- Drop usage of gulp.
- Update docs.
Note: to keep your workflow up to date with bug and security fixes, just use the
v11
branch to stay on the most recentv11.x
version of this action, e.g.,uses: lukka/run-vcpkg@v11
5e0cab2
consume v4.1.2 for arm default triplet fix2b2c2f5
fix docs7f323f7
update environment variable documentation86e6328
Bump follow-redirects from 1.15.3 to 1.15.4e125fab
allow a 30 seconds abs error on testing for cache being consumed1737e22
add support for vcpkg-configuration.json's baselined42250c
dont write files outside GH workspace6fe6989
fix doc about how to run jest67c6c87
- drop gulp.ed58931
Bump actions/setup-node from 3 to 4