Skip to content

Commit 6808d7b

Browse files
Fix workflow
1 parent c03b75f commit 6808d7b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ jobs:
238238
fqbn:
239239
- rp2040:rp2040:rpipico
240240
- rp2040:rp2040:rpipico2
241-
241+
sketch-paths:
242+
- examples/ml_midi_monitor
242243
steps:
243244
- name: Checkout repository
244245
uses: actions/checkout@v4
@@ -250,9 +251,6 @@ jobs:
250251
uses: arduino/compile-sketches@v1
251252
with:
252253
fqbn: ${{ matrix.fqbn }}
253-
sketch-paths:
254-
- examples/ml_midi_monitor
255-
256254
# cli-compile-flags: |
257255
# - --build-property
258256
# - "build.usbstack_flags=-DUSE_TINYUSB -I{runtime.platform.path}/libraries/Adafruit_TinyUSB_Arduino/src/arduino"

0 commit comments

Comments
 (0)