From b0aff7023bea85b011008c31819c29eae59f610f Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Sat, 14 Mar 2020 09:29:16 +0800 Subject: [PATCH] optimize code download --- .github/workflows/r2s_lean_minimal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/r2s_lean_minimal.yml b/.github/workflows/r2s_lean_minimal.yml index 6022684..f87ca70 100644 --- a/.github/workflows/r2s_lean_minimal.yml +++ b/.github/workflows/r2s_lean_minimal.yml @@ -43,6 +43,7 @@ jobs: cd friendlywrt-rk3328 repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle --depth=1 repo sync -c --no-tags --no-clone-bundle -j8 + cd friendlywrt/ && git fetch all - name: Patch Kernel run: |