Closed
Description
I am not sure how the cache is meant to work with nektos/act, but when working around bug #257, the cache will always throw a cache-hit=false
with the following errors:
β git clone 'https://github.com/actions/cache' # ref=v2
π³ docker cp src=/home/grische/.cache/act/actions-cache@v2 dst=/actions/
β ::save-state name=CACHE_KEY::Linux-2b7ee04efeb2a8c4ea27558750b1c2dee27f1692a30af56727638c98655a2410
π¬ ::debug::Resolved Keys:
π¬ ::debug::["Linux-2b7ee04efeb2a8c4ea27558750b1c2dee27f1692a30af56727638c98655a2410"]
π¬ ::debug::Checking zstd --version
π¬ ::debug::*** zstd command line interface 64-bits v1.3.3, by Yann Collet ***
π¬ ::debug::getCacheEntry - Attempt 1 of 2 failed with error: Cache Service Url not found, unable to restore cache.
π¬ ::debug::getCacheEntry - Attempt 2 of 2 failed with error: Cache Service Url not found, unable to restore cache.
| [warning]getCacheEntry failed: Cache Service Url not found, unable to restore cache.
β ::set-output:: cache-hit=false