From 5c5fdb48b6fabea3162df00c3a8c5e8366e19595 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Thu, 20 Jan 2022 22:03:55 -0800 Subject: [PATCH] Build: Speed up macOS actions build a bit. --- .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 36b299134a..98f93e1408 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,7 +184,7 @@ jobs: if: runner.os == 'macOS' # This is required for git describe --always to work for git-version.cpp. run: | - git fetch --deepen=15000 --tags || exit 0 + git fetch --deepen=15000 --no-recurse-submodules --tags || exit 0 - name: Cache Qt uses: actions/cache@v1