Rename yaml
This commit is contained in:
parent
9070958c9e
commit
542beeb64d
|
|
@ -28,7 +28,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:esp32 ${{ 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