From 8ee77cc1ee3f781c542acb1edaa56c93ac367aa6 Mon Sep 17 00:00:00 2001
From: Danny McCormick <damccorm@microsoft.com>
Date: Fri, 19 Jul 2019 16:07:45 -0400
Subject: [PATCH] Add default arch

---
 action.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/action.yml b/action.yml
index 31360e4..d1d7612 100644
--- a/action.yml
+++ b/action.yml
@@ -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'