Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add metro_rp2040 to ci build
  • Loading branch information
hathach committed May 30, 2025
commit af49d122adb6b3e60933523ed42acd084b8738b2
5 changes: 3 additions & 2 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- 'feather_esp32s2'
- 'feather_esp32s3'
- 'feather_rp2040'
- 'metro_rp2040'
- 'metro_m0'
- 'metro_m4'
- 'nrf52840'
Expand All @@ -23,10 +24,10 @@ jobs:
python-version: '3.x'

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout adafruit/ci-arduino
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: adafruit/ci-arduino
path: ci
Expand Down
Empty file.
Loading