mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix RIOT CI job (#4962)
Use https instead of the unsupported git protocol. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
parent
0aa182c378
commit
5467ac4608
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user