Skip to content

Commit c65c7c7

Browse files
committed
Add the examples fix to the other builds scripts
1 parent 9a39558 commit c65c7c7

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
steps:
3939
- name: Checkout Repository
4040
uses: actions/checkout@v4
41+
- name: Checkout Examples Repository
42+
uses: actions/checkout@v4
43+
with:
44+
repository: processing/processing-examples
45+
path: processing-examples
4146
- name: Install Java
4247
uses: actions/setup-java@v4
4348
with:

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
steps:
8383
- name: Checkout Repository
8484
uses: actions/checkout@v4
85+
- name: Checkout Examples Repository
86+
uses: actions/checkout@v4
87+
with:
88+
repository: processing/processing-examples
89+
path: processing-examples
8590
- name: Install Java
8691
uses: actions/setup-java@v4
8792
with:

0 commit comments

Comments
 (0)