The run-vcpkg
version v5
action saves in cache the vcpkg
generated artifacts during its step execution, rather than scheduling a caching job at the end of the workflow. This satisfies #24.
Other changes:
- consuming latest stable v1.0.x of the run-cmake-vcpkg-action-libs packages.
- cache restoring is attempted twice (fix for #50).
In order to get automatically updates (fix and security ones), in the workflow use the latest version like this: uses: lukka/run-vcpkg@v5
.