From 24d13df61d09a4c0359e81108de9f5552d3c31af Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 26 Dec 2024 22:27:31 +0700 Subject: [PATCH] ci: manually initialize Git submodules Signed-off-by: Alfi Maulana --- .github/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f8f7b53..140a546 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,8 +11,9 @@ jobs: steps: - name: Checkout Project uses: actions/checkout@v4.2.1 - with: - submodules: recursive + + - name: Initialize Submodules + run: git submodule update --init --recursive - name: Assert Git Submodules run: |