Description:
- name: Setup python
uses: actions/[email protected]
with:
python-version: "pypy-3.8-nightly"
architecture: "x86"
Action version:
4.2.0
Platform:
Runner type:
Tools version:
pypy-3.8-nightly, pypy-3.9-nightly
Repro steps:
Use the action specified above. Look at the output and see:
Downloading PyPy from "https://buildbot.pypy.org/nightly/py3.8/pypy-c-jit-latest-win64.zip" ...
Expected behavior:
A 32-bit binary is installed.
Actual behavior:
A 64-bit binary!