Update main.yml
This commit is contained in:
parent
277a561d7c
commit
cc90dee57d
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
- name: Compile sketch
|
- name: Compile sketch
|
||||||
run: |
|
run: |
|
||||||
arduino-cli compile --fqbn esp32:esp32 ${{ github.workspace }}/examples/dshot300
|
arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ${{ github.workspace }}/examples/dshot300
|
||||||
env:
|
env:
|
||||||
ARDUINO_LIBRARY_PATH: ${{ github.workspace }}/libraries
|
ARDUINO_LIBRARY_PATH: ${{ github.workspace }}/libraries
|
||||||
ARDUINO_DATA_PATH: ${{ github.workspace }}/arduino-data
|
ARDUINO_DATA_PATH: ${{ github.workspace }}/arduino-data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue