feature fetch submodule on configure
Some checks are pending
linux-mips64-gcc / linux-gcc-mips64el (push) Waiting to run

This commit is contained in:
tqcq 2023-12-05 22:14:56 +08:00
parent 56584ed326
commit 855652b6e5

View File

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