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
Description:
When using GitHub-hosted runners, with win32-arm64, this action always seems to fail. I have tried "3.x", "3.11", "3.12", and "3.13". In all cases, the action finds no such python in the hosted tool cache, then tries to download the python build (succeeds), and then install it (fails with permissions issues, presumably, while editing the windows registry).
No problems with x64 and x86.
Action version:
v5
Platform:
Ubuntu
macOS
Windows
Runner type:
Hosted
Self-hosted
Tools version:
3.x, 3.11, 3.12, 3.13
Repro steps:
Try win32 with arm64.
Expected behavior:
It should be in the tool cache, no?
Actual behavior:
Not in tool cache, and subsequent failure to install the downloaded tool.