[CI] Added Arduino Uno test
This commit is contained in:
parent
5aa0a87bf0
commit
e781abb884
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
arduino-cli core update-index
|
arduino-cli core update-index
|
||||||
arduino-cli core install arduino:avr
|
arduino-cli core install arduino:avr
|
||||||
|
export BOARD="arduino:avr:uno"
|
||||||
export WARNINGS=all
|
export WARNINGS=all
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue