From 24475785502908a2ca943603e7ec33e65a10b08f Mon Sep 17 00:00:00 2001 From: jm Date: Fri, 6 Sep 2024 13:25:01 +0200 Subject: [PATCH] [devOps] clone submodules --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 418a3d5..a30a228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,8 @@ jobs: - uses: mazoea/ga-maz/start@master - uses: actions/checkout@v4 + with: + submodules: recursive - name: pull and build run: |