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...
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...