lukka / run-vcpkg

The GitHub Action to setup vcpkg for your C++ based projects. Stores built ports using Binary Caching backed onto GH Cache.
MIT License
196 stars 26 forks source link

Error when restoring cache #229

Closed magnesj closed 8 months ago

magnesj commented 8 months ago

The following error has been seen starting on Friday April 5.

image

image

How should we proceed to fix this issue? We have not changed the external dependencies for some time now, and we have had successful builds with the same dependencies previously.

https://github.com/OPM/ResInsight/actions/runs/8585216033/job/23526371759#step:21:1622 https://github.com/OPM/ResInsight/actions/runs/8563620117/job/23468917770#step:21:1618

magnesj commented 8 months ago

Turned out to be an issue with CMake 3.29.1

Fixed by pinning to 3.28.x