diff --git a/.gitea/workflows/on_docserver.yaml b/.gitea/workflows/on_docserver.yaml index 835d5cf..804f9bf 100644 --- a/.gitea/workflows/on_docserver.yaml +++ b/.gitea/workflows/on_docserver.yaml @@ -27,6 +27,10 @@ jobs: # submodules: 'recursive' # Defs in https://github.com/actions/checkout #run: echo "šŸ’” The ${{ gitea.repository }} repository has been cloned to the runner." + - name: Submodules update + run: | + cd ${{ gitea.workspace }} + git submodule update --init --recursive - name: Install Rust run: | printf "\n\tšŸ‹ Installing dependencies šŸ‹\t\n"