Skip to content

Commit d2396a9

Browse files
committed
Revert "Update submodule checkout method in build.yml"
This reverts commit 28b193a.
1 parent 2b4f66a commit d2396a9

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

0 commit comments

Comments
 (0)