From 56584ed326b73c088ff682af616a0c613ef0e181 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:10:47 +0800 Subject: [PATCH] feature add --recommend-shallow --- .gitea/workflows/linux-mips64-gcc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 8ff79f9..7e4a658 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -46,8 +46,9 @@ jobs: mkdir qemu && cd qemu git init git remote add origin https://gitlab.com/qemu-project/qemu.git - git fetch --depth=1 --progress origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 + git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 + git submodule update --init --recursive --recommend-shallow - name: rerun-on-checkout-failure if: steps.cache-qemu.outputs.cache-hit != 'true' && failure()