add metro_rp2040 to ci build

This commit is contained in:
hathach 2025-05-30 13:23:44 +07:00
parent e4f7c08f04
commit af49d122ad
No known key found for this signature in database
GPG key ID: 26FAB84F615C3C52
2 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,7 @@ jobs:
- 'feather_esp32s2' - 'feather_esp32s2'
- 'feather_esp32s3' - 'feather_esp32s3'
- 'feather_rp2040' - 'feather_rp2040'
- 'metro_rp2040'
- 'metro_m0' - 'metro_m0'
- 'metro_m4' - 'metro_m4'
- 'nrf52840' - 'nrf52840'
@ -23,10 +24,10 @@ jobs:
python-version: '3.x' python-version: '3.x'
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Checkout adafruit/ci-arduino - name: Checkout adafruit/ci-arduino
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: adafruit/ci-arduino repository: adafruit/ci-arduino
path: ci path: ci