From 102dd9011b19b307db6e01e2676d4ea103a851a5 Mon Sep 17 00:00:00 2001 From: Tobias Hienzsch Date: Mon, 20 May 2024 18:48:47 +0200 Subject: [PATCH] Fix submodule cloning in workflows --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59d8b13..533e997 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - submodules: recursive + submodules: true lfs: true - name: Install dependencies (Linux)