From 855652b6e518f0984d920e4cba1205bd1b809d48 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:14:56 +0800 Subject: [PATCH] feature fetch submodule on configure --- .gitea/workflows/linux-mips64-gcc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 7e4a658..78e9fce 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -48,7 +48,6 @@ jobs: git remote add origin https://gitlab.com/qemu-project/qemu.git 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()