Add default arch

This commit is contained in:
Danny McCormick
2019-07-19 16:07:45 -04:00
committed by GitHub
parent d30db2a904
commit 8ee77cc1ee

View File

@ -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'