From 15fb6d8c2a6ab17fe38cd663c489db6c529b70f4 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 13 Jan 2024 20:14:42 -0500 Subject: [PATCH] Make sure CI checks out submodules. --- .gitea/workflows/compile.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 87b921c..0c578a8 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -19,6 +19,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v3 + with: + submodules: true - name: Configure Telodendria run: ./configure - name: Configure & Build Cytoplasm