Skip to content

Releases: lukka/run-vcpkg

Ensure cached directory exists before restoring

27 Jun 07:08
Compare
Choose a tag to compare

Use @action/cache v2.0 for faster caching

30 May 21:44
Compare
Choose a tag to compare
  • remove actions/cache as a subrepo;
  • use @actions/cache v2.0 npm package;
  • faster de-compress with zstd;

Insert actions/cache v1.2

25 May 18:40
Compare
Choose a tag to compare

To automatically cache/restore vcpkg along with its artifacts, the run-vcpkg action is now using actions/cache v1.2 which brings bug fixes and improvements.

Add overlay support

17 Apr 07:20
Compare
Choose a tag to compare

Ensure --overlay-ports= is passed to all vcpkg invocations.

Auto cache of vcpkg and its artifacts

12 Apr 08:23
Compare
Choose a tag to compare

No need to use actions/cache, the run-vcpkg action does it for you.

Add setupOnly mode, add shell support

30 Mar 06:21
Compare
Choose a tag to compare

Added input setupOnly to install and setup vcpkg without installing any ports. Leveraging $VCPKG_ROOT (or the step output RUNVCPKG_VCPKG_ROOT_OUT) it is then possible to use it in a subsequent run steps.
Added input useShell, true by default, it allows to access to shell features like environment variables.

The multi-platform run-vcpkg action

06 Jan 02:53
Compare
Choose a tag to compare

Build dependencies for C/C++ source code on GitHub workflows using the multi-platform run-vcpkg GitHub action.