Add arduino-cli args

This commit is contained in:
Just Call Me Koko
2024-11-19 15:41:58 -05:00
parent 48ba7f93ac
commit 062397f6d9

View File

@@ -43,6 +43,9 @@ jobs:
sketch-names: TestFile.ino
arduino-board-fqbn: esp32:esp32:esp32s2
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json
extra-arduino-cli-args: |
core update-index
core install esp32:esp32@2.0.11
- name: Verify Installed Cores Again
run: arduino-cli core list