From 9bdb1807f8708d5449869bb6dc5723a1992e51b0 Mon Sep 17 00:00:00 2001 From: lorenz Date: Sat, 18 Nov 2023 16:09:24 +0100 Subject: [PATCH] source-creation: include submodules --- .github/workflows/source_creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_creation.yml b/.github/workflows/source_creation.yml index 584c5842..abcdb137 100644 --- a/.github/workflows/source_creation.yml +++ b/.github/workflows/source_creation.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Run a multi-line script run: | - git clone https://github.com/FreeCAD/FreeCAD + git clone --recurse-submodules https://github.com/FreeCAD/FreeCAD touch freecad_version.txt wget https://raw.githubusercontent.com/FreeCAD/FreeCAD-Bundle/${GITHUB_REF##*/}/make_version_file.py cd FreeCAD