We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c839d7 commit 28b193aCopy full SHA for 28b193a
.github/workflows/build.yml
@@ -14,8 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- 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
+ with:
+ submodules: "recursive"
19
- uses: actions/setup-java@v5
20
with:
21
distribution: "temurin"
0 commit comments