Skip to content

Commit

Permalink
chore: Update Arduino CLI utility script to include ESP32-Arduino@3.0…
Browse files Browse the repository at this point in the history
….2 version switching functionality
  • Loading branch information
RobertByrnes committed Jul 17, 2024
1 parent 9666d0c commit 8bdbaaa
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/arduino_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ jobs:
# arduino-cli core install esp32:esp32@2.0.17
# ./.github/workflows/scripts/compile_arduino_examples.sh --clean

# - name: Compile Examples for Arduino-ESP32@3.0.2
# run: |
# arduino-cli core install esp32:esp32@3.0.2
# ./.github/workflows/scripts/compile_arduino_examples.sh --clean

- name: Compile Examples for Arduino-ESP32@3.0.3
- name: Compile Examples for Arduino-ESP32@3.0.2
run: |
arduino-cli core install esp32:esp32@3.0.3
arduino-cli core install esp32:esp32@3.0.2
./.github/workflows/scripts/compile_arduino_examples.sh --clean

0 comments on commit 8bdbaaa

Please sign in to comment.