From 0a60aedf76445bef65df3cb4abeb8b3e34c25964 Mon Sep 17 00:00:00 2001 From: Roddy Rappaport Date: Sat, 21 Dec 2024 10:40:58 +0200 Subject: [PATCH] Added submodule checkout to automation --- .github/workflows/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 4a4e748..dd37e65 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -14,6 +14,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: recursive - name: Install dependencies run: sudo apt-get install -y wget