Skip to content

Commit 1bd25c8

Browse files
committed
ci: west.yml: use https to clone ArduinoCore-API
1 parent eef6d49 commit 1bd25c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/package_core.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
./extra/build_all.sh
2525
./extra/package.sh `git describe --always`
2626
27-
- name: Archive firmware
27+
- name: Archive core
2828
uses: actions/upload-artifact@v3
2929
with:
30-
name: firmware
31-
path: arduino-core-zephyr-llext*
30+
name: Core
31+
path: ../arduino-core-zephyr-llext*

west.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ manifest:
4444
- name: ArduinoCore-API
4545
path: modules/lib/ArduinoCore-API
4646
revision: master
47-
url: git@github.com:arduino/ArduinoCore-API
47+
url: https://github.com/arduino/ArduinoCore-API

0 commit comments

Comments
 (0)