mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +02:00
The way we echo the cache keys for output variables strips these quotes. So when we save the caches at the end of CI, the keys are sans quotes. This patch adds an extra cache restore key without quotes to allow jobs to fetch their own caches again. This will become moot once all runners are able to use the Blacksmith cache action.