From 55d7df32fdbd6f7ce09dd1aca12d16e077289d7e Mon Sep 17 00:00:00 2001 From: Margen67 Date: Wed, 14 Apr 2021 23:24:30 -1000 Subject: [PATCH] localisation.yml: Use --depth 1 to speed up cloning --- .github/workflows/localisation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/localisation.yml b/.github/workflows/localisation.yml index e41a110fa7..624028fa09 100644 --- a/.github/workflows/localisation.yml +++ b/.github/workflows/localisation.yml @@ -18,7 +18,7 @@ jobs: - name: Clone repositories run: | echo "Cloning repositories..." - git clone -b master git@github.com:OpenRCT2/Localisation.git Localisation + git clone -b master --depth 1 git@github.com:OpenRCT2/Localisation.git Localisation git clone -b develop git@github.com:OpenRCT2/OpenRCT2.git OpenRCT2 - name: Copy over language files run: |