mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
Add default arch
This commit is contained in:
parent
d30db2a904
commit
8ee77cc1ee
@ -7,6 +7,7 @@ inputs:
|
||||
default: '3.x'
|
||||
architecture:
|
||||
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
||||
default: 'x64'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/setup-python.js'
|
||||
|
Loading…
Reference in New Issue
Block a user