Skip to content

Commit 809a1e6

Browse files
committed
Arduino build
1 parent 5950816 commit 809a1e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/arduino.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v3
1616

17-
- name: Compile sketch
17+
- name: Compile examples
1818
uses: arduino/compile-sketches@v1
1919
with:
2020
# github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -23,8 +23,8 @@ jobs:
2323
- name: esp32:esp32
2424
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
2525
libraries: |
26-
- ArduinoJson
27-
- ESP32-targz
26+
- name: ArduinoJson
27+
- name: ESP32-targz
2828
#sketch-paths: |
2929
#- examples/HTTP/HTTP/HTTP.ino
3030
#cli-compile-flags: |

0 commit comments

Comments
 (0)