Switch windows build to be 64 bits

This commit is contained in:
DarkPhoenix
2020-01-30 13:45:49 +03:00
parent a7a4be133c
commit 204c1ba9f2

View File

@@ -9,7 +9,7 @@ environment:
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "32"
PYTHON_ARCH: "64"
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install: