Luos-io / Get_started

Get started for Luos technology. This page allows you to build, flash, run, and control your very first Luos code.
https://www.luos.io/tutorials/get-started
MIT License
29 stars 1 forks source link

Projects building doesn't work on Github action #5

Closed JeromeGalan closed 2 years ago

JeromeGalan commented 2 years ago

CI process for projects building is down.

When we launch platformio build process on Github Actions, platformio can't install gcc toolchain : "Error: Could not install package 'platformio/toolchain-gccarmnoneeabi @ ~1.70201.0' for 'linux_x86_64' system"

As all projects are tested OK on our local environment, we have decided to temporarily ignore this error and to merge last PR to Master.

This bug is not blocking but should be corrected to repair CI/CD workflow.

PS : Strangely, github actions correctly run on other Luos repos...

JeromeGalan commented 2 years ago

The job has passed OK whithout any modifications. It was just a Github environment problem. Issue can be closed.

JeromeGalan commented 2 years ago

TODO : action @JeromeGalan