Skip to content

Commit 6413fd5

Browse files
authored
Fix CI for arduino-cli 0.28 (#1187)
* Trigger CI failure Signed-off-by: acuadros95 <[email protected]> * Add fix Signed-off-by: acuadros95 <[email protected]> * Fix CI path Signed-off-by: acuadros95 <[email protected]> Signed-off-by: acuadros95 <[email protected]>
1 parent 8532d95 commit 6413fd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
additional_urls:
2929
- https://raw.githubusercontent.com/ROBOTIS-GIT/OpenCR/master/arduino/opencr_release/package_opencr_index.json
3030
- https://github.com/espressif/arduino-esp32/releases/download/2.0.2/package_esp32_index.json''' > arduino-cli.yaml
31+
curl -fsSL https://raw.githubusercontent.com/ROBOTIS-GIT/OpenCR/master/arduino/opencr_release/package_opencr_index.json -o /github/home/.arduino15/package_opencr_index.json
32+
curl -fsSL https://github.com/espressif/arduino-esp32/releases/download/2.0.2/package_esp32_index.json -o /github/home/.arduino15/package_esp32_index.json
3133
export PATH=$PATH:/github/workspace/bin:/__w/micro_ros_arduino/micro_ros_arduino/bin
3234
arduino-cli core install OpenCR:OpenCR -v
3335
arduino-cli core install arduino:samd -v

0 commit comments

Comments
 (0)