setup-dotnet icon indicating copy to clipboard operation
setup-dotnet copied to clipboard

feat: add arch to cache key

Open Zxilly opened this issue 1 year ago • 1 comments

Description:

GitHub has added the arm64 runner, so arch should be used as part of the cache key. Otherwise, if there are macos-13 macos-14 running at the same time, the late executor will get the wrong cache.

Related issue:

https://github.com/actions/setup-python/pull/896

Check list:

  • [ ] Mark if documentation changes are required.
  • [x] Mark if tests were added or updated to cover the changes.

Zxilly avatar Jul 25 '24 08:07 Zxilly

conflict resolved

Zxilly avatar Sep 08 '24 10:09 Zxilly