mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 14:48:36 +00:00
Add default arch
This commit is contained in:
parent
d30db2a904
commit
8ee77cc1ee
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ inputs:
|
||||||
default: '3.x'
|
default: '3.x'
|
||||||
architecture:
|
architecture:
|
||||||
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
||||||
|
default: 'x64'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'lib/setup-python.js'
|
main: 'lib/setup-python.js'
|
||||||
|
|
Loading…
Reference in a new issue