From c2d875c7e4b0bf674dafbeae3299d4322bef40f9 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:06:33 +0800 Subject: [PATCH] feature update add git checkout progress --- .gitea/workflows/linux-mips64-gcc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 9416acb..8ff79f9 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -46,7 +46,7 @@ jobs: mkdir qemu && cd qemu git init git remote add origin https://gitlab.com/qemu-project/qemu.git - git fetch origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 + git fetch --depth=1 --progress origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 - name: rerun-on-checkout-failure