johnwason / vcpkg-action

Simple vcpkg action to build and cache packages
17 stars 3 forks source link

Add vcpkg-cache-hash output #17

Closed johnwason closed 1 year ago

johnwason commented 1 year ago

This PR adds a vcpkg-cache-hash output that contains the hash combined with cache-key input of the current vcpkg cache. This can be passed to other cache steps, such as the main build cache, to keep them updated if the vcpkg build changes.