From 3cf602d8a1ba3c80ccf6c6dfc0710419a21e2a21 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Thu, 14 Dec 2017 12:47:28 +0000 Subject: [PATCH] Use HTTPS git checkout instead of SSH --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 74190164..609565c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ install: - cmd: C:\Python36\python --version - - cmd: git clone git@github.com:eclipse/paho.mqtt.testing.git + - cmd: git clone https://github.com/eclipse/paho.mqtt.testing.git - cmd: cd paho.mqtt.testing\interoperability