The GitHub Actions Cache mechanism has been removed from vcpkg, so you can't use x-gha
in VCPKG_BINARY_SOURCES
as a way to re-use built products from one build to the next anymore. I was using x-gha
because the setup was
trivial for all platforms: just set a couple environment variables.
You can use NuGet packages to achieve the same purpose, although the setup is a little more complicated. Here's what I learned while setting this up for the first time for use with GitHub Actions.