Rename yaml

This commit is contained in:
Wastl Kraus 2023-03-30 18:31:45 +02:00
parent 9070958c9e
commit 542beeb64d
1 changed files with 1 additions and 1 deletions

View File

@ -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