Skip to content

Commit e0e1fe2

Browse files
committed
CI compiler: fix examples' path
1 parent 461e24b commit e0e1fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Install library dependencies.
5050
sketch-paths: |
5151
# Sketches to compile
52-
- './examples/*'
52+
- './examples/'
5353
5454
5555
enable-deltas-report: true

0 commit comments

Comments
 (0)