Skip to content

Commit

Permalink
use recursive submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Nov 28, 2022
1 parent 37ad97c commit 9fca7b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v2
submodules: 'recursive'
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v2
submodules: 'recursive'
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
submodules: 'recursive'
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
submodules: 'recursive'

- uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v2
submodules: 'recursive'
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand Down

0 comments on commit 9fca7b0

Please sign in to comment.