From 3a9d96ab8d0cc9ade362b4ea0eb6ed443ee845db Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 10 Sep 2019 18:49:14 -0500 Subject: [PATCH] Another attempt. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 18c30b5..fe01d25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,9 +40,11 @@ environment: # Stable 64-bit MSVC - channel: stable target: x86_64-pc-windows-msvc + platform: x64 # Stable 32-bit MSVC - channel: stable target: i686-pc-windows-msvc + platform: x86 # Beta 64-bit MSVC # - channel: beta # target: x86_64-pc-windows-msvc