mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-02 01:18:50 +00:00
Fix action syntax
This commit is contained in:
parent
ef979bbd9e
commit
a6ade9cff5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compile-sketch.yml
vendored
2
.github/workflows/compile-sketch.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Compile sketches
|
- name: Compile sketches
|
||||||
uses: arduino/compile-sketches@v1
|
uses: arduino/compile-sketches@v1
|
||||||
with:
|
with:
|
||||||
platforms:
|
platforms: |
|
||||||
- name: "earlephilhower:arduino-pico"
|
- name: "earlephilhower:arduino-pico"
|
||||||
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
|
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
|
||||||
fqbn: earlephilhower:arduino-pico:rp2040
|
fqbn: earlephilhower:arduino-pico:rp2040
|
||||||
|
|
Loading…
Reference in a new issue