Skip to content

Commit f0abfa5

Browse files
committed
Add Adafruit RP2040 Adalogger to workflow too
1 parent 13b1496 commit f0abfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-offline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
strategy:
178178
fail-fast: false
179179
matrix:
180-
arduino-platform: ["pico_rp2040_tinyusb", "pico_rp2350_tinyusb"]
180+
arduino-platform: ["pico_rp2040_tinyusb", "pico_rp2350_tinyusb", "feather_rp2040_adalogger_tinyusb"]
181181
steps:
182182
- uses: actions/setup-python@v5
183183
with:

0 commit comments

Comments
 (0)