Skip to content

Commit a7b7b2f

Browse files
committed
processing-examples modification
no longer use processing-examples on a sibling path
1 parent ec9b7c5 commit a7b7b2f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
os_prefix: linux
5252
arch: aarch64
5353
steps:
54+
- name: Checkout Examples Repository
55+
uses: actions/checkout@v4
56+
with:
57+
repository: processing/processing-examples
58+
path: processing-examples
5459
- name: Checkout Repository
5560
uses: actions/checkout@v4
5661
- name: Install Java

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,7 @@ bin-test
9292

9393
# VS Code Java project files
9494
.project
95-
.vscode/
95+
.vscode/
96+
97+
# Processing examples
98+
processing-examples

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</condition>
2929

3030
<property name="examples.dir"
31-
location="../../processing-examples" />
31+
location="processing-examples" />
3232

3333
<!-- 17.0.8+7 -->
3434
<property name="jdk.train" value="17" />

0 commit comments

Comments
 (0)