Skip to content

Commit 5467ac4

Browse files
authored
Fix RIOT CI job (#4962)
Use https instead of the unsupported git protocol. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác [email protected]
1 parent 0aa182c commit 5467ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/os/riot/Makefile.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install-apt-get-deps:
2727

2828
# Fetch RIOT OS repository.
2929
install-clone-riot:
30-
git clone git://github.com/RIOT-OS/RIOT.git ../RIOT -b 2021.10
30+
git clone https://github.com/RIOT-OS/RIOT.git ../RIOT -b 2021.10
3131

3232
# Perform all the necessary (JerryScript-independent) installation steps.
3333
install-noapt: install-clone-riot

0 commit comments

Comments
 (0)