We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9b7c5 commit a7b7b2fCopy full SHA for a7b7b2f
3 files changed
.github/workflows/build.yml
@@ -51,6 +51,11 @@ jobs:
51
os_prefix: linux
52
arch: aarch64
53
steps:
54
+ - name: Checkout Examples Repository
55
+ uses: actions/checkout@v4
56
+ with:
57
+ repository: processing/processing-examples
58
+ path: processing-examples
59
- name: Checkout Repository
60
uses: actions/checkout@v4
61
- name: Install Java
.gitignore
@@ -92,4 +92,7 @@ bin-test
92
93
# VS Code Java project files
94
.project
95
-.vscode/
+.vscode/
96
+
97
+# Processing examples
98
+processing-examples
build/build.xml
@@ -28,7 +28,7 @@
28
</condition>
29
30
<property name="examples.dir"
31
- location="../../processing-examples" />
+ location="processing-examples" />
32
33
<!-- 17.0.8+7 -->
34
<property name="jdk.train" value="17" />
0 commit comments