From b706c70196291805c1dc6fa9a42d977e89d77e66 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 12 Jul 2024 08:39:40 +0200 Subject: [PATCH] Check out only the needed submodules Change-Id: Iabe48552526560996a81f2b3d0fa9015c728492c --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd81155d0b5..fc88e470e86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,7 +107,7 @@ jobs: - name: initialize subrepositories working-directory: source - run: ./init-repository --module-subset=qtdeclarative + run: ./init-repository --module-subset=qtdeclarative,qtshadertools,qtlanguageserver --no-optional-deps - name: set qtdeclarative to dev and set dependencies via dependencies.yaml working-directory: source/qtdeclarative