Skip to content

Commit b542a36

Browse files
authored
Update compile-sketches-rp2040.yml
1 parent c849dd4 commit b542a36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compile-sketches-rp2040.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ jobs:
66
- uses: actions/checkout@v4
77
- uses: arduino/compile-sketches@v1
88
with:
9-
fqbn: rp2040:rp2040:pico
9+
platforms: |
10+
- name: rp2040:rp2040
11+
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
12+
fqbn: rp2040:rp2040:rpipico

0 commit comments

Comments
 (0)