Use x64 python everywhere. Otherwise, it will try to find an ARM64
python, which Github doesn't offer in their metadata.
Pass release: false to setup-msys2 on ARM64. My ARM64 runner has no D:,
and IO is slow enough to make setting up a fresh install on each run
prohibitive anyway.
Use x64 python everywhere. Otherwise, it will try to find an ARM64 python, which Github doesn't offer in their metadata.
Pass
release: false
to setup-msys2 on ARM64. My ARM64 runner has no D:, and IO is slow enough to make setting up a fresh install on each run prohibitive anyway.