Skip to content

Commit b26caa5

Browse files
committed
Update build.yml
1 parent a7b7b2f commit b26caa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
os_prefix: linux
5252
arch: aarch64
5353
steps:
54+
- name: Checkout Repository
55+
uses: actions/checkout@v4
5456
- name: Checkout Examples Repository
5557
uses: actions/checkout@v4
5658
with:
5759
repository: processing/processing-examples
5860
path: processing-examples
59-
- name: Checkout Repository
60-
uses: actions/checkout@v4
6161
- name: Install Java
6262
uses: actions/setup-java@v4
6363
with:

0 commit comments

Comments
 (0)