From 13a77e79070ed318164bf792b11d2b14f2577457 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 8 Feb 2025 12:27:45 +0100 Subject: [PATCH] Fix FQBN --- .github/workflows/compile-sketch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 8354638..97193c3 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -17,7 +17,7 @@ jobs: uses: arduino/compile-sketches@v1 with: platforms: | - - name: "rp2040:rp2040" + - name: "rp2040:rp2040:rpipico" source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json fqbn: rp2040:rp2040 sketch-paths: |