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 a newer version of curl in the CentOS 7 container to fix vcpkg cache #459

Closed jgiannuzzi closed 5 months ago

jgiannuzzi commented 5 months ago

GHA vcpkg binary caching uses the --data-raw curl parameter, which is not supported in the default version of curl that ships with CentOS 7 (7.29.0). Using curl 7.61.1 instead fixes vcpkg binary caching upload.