diff --git a/.gitea/workflows/build-test.yaml b/.gitea/workflows/build-test.yaml index eb6be01..1fb1761 100644 --- a/.gitea/workflows/build-test.yaml +++ b/.gitea/workflows/build-test.yaml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: 'recursive' - name: Add key run: | mkdir $HOME/.ssh && \