From 82e0890d8d8cc20c734b8708cb8d096058433e2f Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 8 Feb 2025 12:29:09 +0100 Subject: [PATCH] Fix FQBN --- .github/workflows/compile-sketch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 97193c3..313c6c1 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -17,9 +17,9 @@ jobs: uses: arduino/compile-sketches@v1 with: platforms: | - - name: "rp2040:rp2040:rpipico" + - name: "rp2040:rp2040" source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json - fqbn: rp2040:rp2040 + fqbn: rp2040:rp2040:rpipico sketch-paths: | - firmware/ libraries: |