From 61c035dd3de8f3f31d9ff59eb6b3655919e49ca0 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Fri, 26 Mar 2021 01:32:08 +0100 Subject: [PATCH] (build) Remove invalid sumbmodules input from workfile --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2143377..72be495 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,8 +39,6 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - with: - sumbodules: true - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Install Transifex Client