Skip to content

Commit 4e834f0

Browse files
committed
Added missing examples
1 parent 425faff commit 4e834f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
steps:
5454
- name: Checkout Repository
5555
uses: actions/checkout@v4
56+
- name: Checkout Examples Repository
57+
uses: actions/checkout@v4
58+
with:
59+
repository: processing/processing-examples
60+
path: ../processing-examples
5661
- name: Install Java
5762
uses: actions/setup-java@v4
5863
with:

0 commit comments

Comments
 (0)