Skip to content

Commit 4665f45

Browse files
committed
chore: enable rp2350 in CI
1 parent fd30813 commit 4665f45

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ jobs:
4949
# index_url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
5050
index_url: https://github.com/earlephilhower/arduino-pico/releases/download/4.4.3/package_rp2040_index.json
5151

52-
# - name: CI Pico 2W | RP2350+W
53-
# core: rp2040:rp2040
54-
# board: rp2040:rp2040:rpipico2w
55-
# index_url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
52+
- name: CI Pico 2W | RP2350+W
53+
core: rp2040:rp2040
54+
board: rp2040:rp2040:rpipico2w
55+
# index_url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
56+
index_url: https://github.com/earlephilhower/arduino-pico/releases/download/4.4.3/package_rp2040_index.json
57+
5658
steps:
5759
- name: Checkout
5860
uses: actions/checkout@v4
@@ -84,7 +86,7 @@ jobs:
8486
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ayushsharma82/RPAsyncTCP#v1.3.0
8587

8688
- name: Install ESPAsyncWebServer
87-
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/ESPAsyncWebServer#v3.7.0
89+
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/ESPAsyncWebServer#v3.7.1
8890

8991
- name: Install ArduinoJson
9092
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/bblanchon/ArduinoJson#v7.3.0
@@ -141,11 +143,11 @@ jobs:
141143
platform: https://github.com/maxgerhardt/platform-raspberrypi.git
142144
opts: "--project-option 'board_build.core=earlephilhower'"
143145

144-
# - name: CI Pico 2W | RP2350+W
145-
# env: ci-rp2350
146-
# board: rpipico2w
147-
# platform: https://github.com/maxgerhardt/platform-raspberrypi.git
148-
# opts: "--project-option 'board_build.core=earlephilhower'"
146+
- name: CI Pico 2W | RP2350+W
147+
env: ci-rp2350
148+
board: rpipico2w
149+
platform: https://github.com/maxgerhardt/platform-raspberrypi.git
150+
opts: "--project-option 'board_build.core=earlephilhower'"
149151
steps:
150152
- uses: actions/checkout@v4
151153

0 commit comments

Comments
 (0)