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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'