We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b684d9 commit 452c77dCopy full SHA for 452c77d
.github/workflows/build.yml
@@ -14,8 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- with:
18
- submodules: true
+ - name: Checkout submodules # This is required, don't use submodules flag for actions/checkout instead.
+ run: git submodule update --init --recursive --force
19
- uses: actions/setup-java@v4
20
with:
21
distribution: "temurin"
0 commit comments