feature update add git checkout progress
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Has been cancelled

This commit is contained in:
tqcq 2023-12-05 22:06:33 +08:00
parent 47c151fb92
commit c2d875c7e4

View File

@ -46,7 +46,7 @@ jobs:
mkdir qemu && cd qemu mkdir qemu && cd qemu
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 --depth=1 --progress origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
- name: rerun-on-checkout-failure - name: rerun-on-checkout-failure