G-Research / ParquetSharp

ParquetSharp is a .NET library for reading and writing Apache Parquet files.
Apache License 2.0
183 stars 49 forks source link

Use vcpkg binary caching in CodeQL workflow #461

Closed jgiannuzzi closed 5 months ago

jgiannuzzi commented 5 months ago

The CodeQL workflow has never properly used vcpkg binary caching, even with our previous all-or-nothing approach, as VCPKG_BINARY_SOURCES was not set. This PR updates the workflow to follow the approach introduced in #457.