microsoft / cppgraphqlgen

C++ GraphQL schema service generator
MIT License
325 stars 45 forks source link

Make workflows work with vcpkg binary artifact caching #293

Closed wravery closed 1 year ago

wravery commented 1 year ago

The macos and windows PR/CI pipelines are not properly caching the dependencies automatically installed with vcpkg. Setting the VCPKG_BINARY_SOURCES environment variable seems to fix it.