Skip to content

Commit

Permalink
Checkout submodules in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesanson committed Nov 16, 2023
1 parent b5dc0c5 commit 3a187b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -35,6 +38,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 3a187b9

Please sign in to comment.