From a6ba4dbacfce0affbdb95fdf45b95fb9fa49d5b8 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Tue, 26 Sep 2023 21:03:05 +0100 Subject: [PATCH] add submodules checkout --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc46d53dc..f517746ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v4 + with: + submodules: 'true' - name: Set up Java uses: actions/setup-java@v3 with: