Skip to content

Commit ec9b7c5

Browse files
committed
Update build.yml
Adding a side-repository in Github Actions does not seem to be allowed, we need to change the build file
1 parent 4e834f0 commit ec9b7c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ 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
6156
- name: Install Java
6257
uses: actions/setup-java@v4
6358
with:

0 commit comments

Comments
 (0)