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()