From f24705299f75c696c4624d7d66fa75048df081c0 Mon Sep 17 00:00:00 2001 From: Peter Steneteg Date: Wed, 4 Dec 2024 22:06:49 +0100 Subject: [PATCH] GHA: no more submodules --- .github/workflows/modules.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 32b750de..2d160375 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -124,7 +124,7 @@ jobs: uses: actions/checkout@v4 with: path: modules - submodules: true + submodules: false - name: "Clone Inviwo" uses: actions/checkout@v4 @@ -223,7 +223,7 @@ jobs: uses: actions/checkout@v4 with: path: modules - submodules: true + submodules: false - name: "Clone Inviwo" uses: actions/checkout@v4 @@ -321,7 +321,7 @@ jobs: uses: actions/checkout@v4 with: path: modules - submodules: true + submodules: false - name: "Clone Inviwo" uses: actions/checkout@v4