Skip to content

Commit 28b193a

Browse files
authored
Update submodule checkout method in build.yml
1 parent 2c839d7 commit 28b193a

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
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17-
- name: Checkout submodules # This is required, don't use submodules flag for actions/checkout instead.
18-
run: git submodule update --init --recursive --force
17+
with:
18+
submodules: "recursive"
1919
- uses: actions/setup-java@v5
2020
with:
2121
distribution: "temurin"

0 commit comments

Comments
 (0)