We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c849dd4 commit b542a36Copy full SHA for b542a36
.github/workflows/compile-sketches-rp2040.yml
@@ -6,4 +6,7 @@ jobs:
6
- uses: actions/checkout@v4
7
- uses: arduino/compile-sketches@v1
8
with:
9
- fqbn: rp2040:rp2040:pico
+ 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