We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa182c commit 5467ac4Copy full SHA for 5467ac4
targets/os/riot/Makefile.travis
@@ -27,7 +27,7 @@ install-apt-get-deps:
27
28
# Fetch RIOT OS repository.
29
install-clone-riot:
30
- 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
31
32
# Perform all the necessary (JerryScript-independent) installation steps.
33
install-noapt: install-clone-riot
0 commit comments