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
In order to be able to share caches between operating systems, you have
to set enableCrossOsArchive to true, and the cache paths have to be
identical (which was already the case).
Also make sure that go.mod/go.sum files always use LF line endings, even
on Windows. Otherwise the cache keys would be different.
See: https://github.com/actions/cache/blob/v4.2.0/tips-and-workarounds.md#cross-os-cache
Signed-off-by: Tom Wieczorek <[email protected]>
0 commit comments