Skip to content

Commit 115e42b

Browse files
authored
fixed examples path
1 parent 19336fb commit 115e42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Compile Examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- name: Adafruit ST7735 and ST7789 Library
5959
- name: Arduino_MCHPTouch
6060
sketch-paths: |
61-
- './examples/**'
62-
- '!./examples/Display/Show_GIF/**'
61+
- './examples/'
62+
- '!./examples/Display/Show_GIF/'
6363
enable-deltas-report: true
6464
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
6565

0 commit comments

Comments
 (0)