-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
arduino mocksCompilation mocks for the Arduino libraryCompilation mocks for the Arduino librarybugSomething isn't workingSomething isn't workingci scriptsThe test runner scriptsThe test runner scriptsquestionFurther information is requestedFurther information is requested
Description
Repo: https://github.com/RobTillaart/MHZCO2
Has an example that uses SoftwareSerial and it compiles well on the desktop.
However in the build they fail to build
I have added the following in the yml file but it still
libraries:
- "SoftwareSerial"
Note that software serial is one of the "built-in" libraries
So for now I just commented the SoftwareSerial line, so that the other things are build/tested.
error output - https://github.com/RobTillaart/MHZCO2/actions/runs/3950260138/jobs/6762557012
Discovered example sketch... MHZCO2_serial1.ino
Using configuration override from example... /home/runner/work/MHZCO2/MHZCO2/examples/MHZCO2_serial1/.arduino-ci.yml
Wildcard architecture in library.properties, using configured platforms...
mega2560
...Wildcard architecture in library.properties, using configured platforms
Board package arduino:avr has a defined URL... ✓
Installing board package arduino:avr... ✓
Installing dependency of <compile/libraries>: 'SoftwareSerial'... ✗
This may indicate a problem with your configuration; halting here
Failures: 1
========== Last backend command (if relevant):
$ /home/runner/arduino-cli --format json lib install --no-deps SoftwareSerial
========== Backend Stdout:
========== Backend Stderr:
Error installing SoftwareSerial: Library 'SoftwareSerial' not found
Metadata
Metadata
Assignees
Labels
arduino mocksCompilation mocks for the Arduino libraryCompilation mocks for the Arduino librarybugSomething isn't workingSomething isn't workingci scriptsThe test runner scriptsThe test runner scriptsquestionFurther information is requestedFurther information is requested