You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to cache some build products on a self-hosted Windows 11 runner. GitHub Enterprise is running version 3.12.0 and I am using v3 of cache (which is v3.3.2 according to the tags).
We are seeing an issue where the cache is stored correctly,:
but when it goes to restore we see this warning message:
Warning: Failed to restore: downloadCache failed: write EPROTO 11588:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332:
Cache not found for input keys: BaselineAAT-a0ee07a426cbae7009426045c8b4a70b3222ab91
I can also see that this cache exists in the Actions -> Management -> Caches pane.
Any thoughts on getting this working? Thanks!
The text was updated successfully, but these errors were encountered:
I am trying to cache some build products on a self-hosted Windows 11 runner. GitHub Enterprise is running version 3.12.0 and I am using v3 of cache (which is v3.3.2 according to the tags).
We are seeing an issue where the cache is stored correctly,:
but when it goes to restore we see this warning message:
I can also see that this cache exists in the Actions -> Management -> Caches pane.
Any thoughts on getting this working? Thanks!
The text was updated successfully, but these errors were encountered: