setup-vulkan-sdk icon indicating copy to clipboard operation
setup-vulkan-sdk copied to clipboard

Improve cache for architectures

Open utzcoz opened this issue 1 year ago • 1 comments

Users might use this action to prepare multiple jobs with the same OS but different architectures, for example, macOS' x86_64 and arm64, Linux's x86_64 and arm64 and even Windows x86_64 and arm64.

This CL just add architecture information of runner to make cache workable for this special scenario.

utzcoz avatar Sep 17 '24 09:09 utzcoz