mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 07:19:41 +00:00
specify architecture on setup
This commit is contained in:
1
.github/workflows/python-builder.yml
vendored
1
.github/workflows/python-builder.yml
vendored
@ -131,6 +131,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.VERSION }}
|
python-version: ${{ env.VERSION }}
|
||||||
|
architecture: ${{ matrix.arch }}
|
||||||
|
|
||||||
- name: Verbose sysconfig dump
|
- name: Verbose sysconfig dump
|
||||||
if: runner.os == 'Linux' || runner.os == 'macOS'
|
if: runner.os == 'Linux' || runner.os == 'macOS'
|
||||||
|
Reference in New Issue
Block a user