[CI] Set env vars
This commit is contained in:
parent
e781abb884
commit
e01458ba83
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -22,8 +22,8 @@ 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"
|
echo "::set-env name=BOARD::arduino:avr:uno"
|
||||||
export WARNINGS=all
|
echo "::set-env name=WARNINGS::all"
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue