From a1bd2a0c21621b5511a893654d055859cce295a8 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:36:13 +0800 Subject: [PATCH] fix checkout after fetch --- .gitea/workflows/linux-mips64-gcc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 5c77b9b..43b88c1 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -52,6 +52,7 @@ jobs: git init git remote add origin https://gitlab.com/qemu-project/qemu.git git fetch origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 + git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 - name: qemu if: steps.cache-qemu.outputs.cache-hit != 'true'