Skip to content

Commit f5ba241

Browse files
committed
ci: use https to access arduino core api repo
1 parent 26621ba commit f5ba241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extras/package_full.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git reset --hard
1111
git clean -dxf
1212

1313
# Clone ArduinoCore-api in parent folder and create symlinks
14-
git clone git@github.com:arduino/ArduinoCore-API.git ../api/
14+
git clone https://github.com/arduino/ArduinoCore-API.git ../api/
1515
ln -s ../../../api/api cores/arduino/api
1616
./extras/package.sh $flavour
1717

0 commit comments

Comments
 (0)