mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +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
|
||||
with:
|
||||
python-version: ${{ env.VERSION }}
|
||||
architecture: ${{ matrix.arch }}
|
||||
|
||||
- name: Verbose sysconfig dump
|
||||
if: runner.os == 'Linux' || runner.os == 'macOS'
|
||||
|
Reference in New Issue
Block a user