Skip to content

Commit 8dc4367

Browse files
committed
Fix compile examples workflow
1 parent 367d683 commit 8dc4367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
platforms: |
4242
- name: esp32:esp32
4343
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
44-
libraries:
44+
libraries: |
45+
- name: Arduino_DebugUtils
4546
4647
steps:
4748
- name: Checkout

0 commit comments

Comments
 (0)