From 5467ac4608301821555f030dba9a99df8226d280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csaba=20Osztrogon=C3=A1c?= Date: Tue, 11 Jan 2022 11:03:44 +0100 Subject: [PATCH] Fix RIOT CI job (#4962) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use https instead of the unsupported git protocol. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu --- targets/os/riot/Makefile.travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/os/riot/Makefile.travis b/targets/os/riot/Makefile.travis index 6b2060592..302ce1eac 100644 --- a/targets/os/riot/Makefile.travis +++ b/targets/os/riot/Makefile.travis @@ -27,7 +27,7 @@ install-apt-get-deps: # Fetch RIOT OS repository. install-clone-riot: - git clone git://github.com/RIOT-OS/RIOT.git ../RIOT -b 2021.10 + git clone https://github.com/RIOT-OS/RIOT.git ../RIOT -b 2021.10 # Perform all the necessary (JerryScript-independent) installation steps. install-noapt: install-clone-riot