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