Skip to content

Commit

Permalink
Fix attempt for RP2040 and ESP8266 core installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Mar 22, 2024
1 parent 8d24759 commit 5397655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
arduino-cli core update-index
- name: Arduino ESP8266 Platform Installation
run: arduino-cli core install esp8266:esp8266
run: arduino-cli core install esp8266:esp8266 --additional-urls https://arduino.esp8266.com/stable/package_esp8266com_index.json

- name: Arduino ESP32 Platform Installation
run: arduino-cli core install esp32:esp32

- name: Arduino RP2040 Platform Installation
run: arduino-cli core install arduino:mbed_rp2040
run: arduino-cli core install rp2040:rp2040:rpipico --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

- name: Build Arduino library on ESP8266
run: |
Expand Down

0 comments on commit 5397655

Please sign in to comment.