From f03aba8106919c11207c83fced5473af43644239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sun, 4 Jul 2021 20:39:30 +0200 Subject: [PATCH] Do not clone submodules --- .github/workflows/pr_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 8b4201f068..41be831cb6 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -118,8 +118,8 @@ jobs: working-directory: ${{runner.workspace}} run: rm -rf ./* - uses: actions/checkout@v1 - with: - submodules: true + with: + submodules: false fetch-depth: 1 - name: Install dependencies shell: bash