Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Adding a side-repository in Github Actions does not seem to be allowed, we need to change the build file
  • Loading branch information
Stefterv committed Nov 11, 2024
1 parent 4e834f0 commit ec9b7c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Checkout Examples Repository
uses: actions/checkout@v4
with:
repository: processing/processing-examples
path: ../processing-examples
- name: Install Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit ec9b7c5

Please sign in to comment.