fix checkout after fetch
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 5m43s

This commit is contained in:
tqcq 2023-12-05 17:36:13 +08:00
parent f88790037c
commit a1bd2a0c21

View File

@ -52,6 +52,7 @@ jobs:
git init git init
git remote add origin https://gitlab.com/qemu-project/qemu.git git remote add origin https://gitlab.com/qemu-project/qemu.git
git fetch origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 git fetch origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
- name: qemu - name: qemu
if: steps.cache-qemu.outputs.cache-hit != 'true' if: steps.cache-qemu.outputs.cache-hit != 'true'