Skip to content

Commit 765a3c2

Browse files
Compile rp2040 without build flags
1 parent 535d48a commit 765a3c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ jobs:
187187
uses: arduino/compile-sketches@v1
188188
with:
189189
fqbn: ${{ matrix.fqbn }}
190-
cli-compile-flags: |
191-
- --build-property
192-
- "build.usbstack_flags=-DUSE_TINYUSB -I{runtime.platform.path}/libraries/Adafruit_TinyUSB_Arduino/src/arduino"
190+
# cli-compile-flags: |
191+
# - --build-property
192+
# - "build.usbstack_flags=-DUSE_TINYUSB -I{runtime.platform.path}/libraries/Adafruit_TinyUSB_Arduino/src/arduino"
193193
platforms: |
194194
- name: rp2040:rp2040
195195
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

0 commit comments

Comments
 (0)