Fix name of platform

This commit is contained in:
Jan-Henrik 2025-02-08 12:20:02 +01:00
parent a6ade9cff5
commit 3eab06379f

View file

@ -17,9 +17,9 @@ jobs:
uses: arduino/compile-sketches@v1
with:
platforms: |
- name: "earlephilhower:arduino-pico"
- name: "rp2040:rp2040"
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
fqbn: earlephilhower:arduino-pico:rp2040
fqbn: rp2040:rp2040
sketch-paths: |
- firmware/
libraries: |