feature manual checkout qemu
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 1s

This commit is contained in:
tqcq 2023-12-05 17:29:27 +08:00
parent fd1978243a
commit 0fbcb86839

View File

@ -47,11 +47,11 @@ jobs:
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
github-server-url: https://gitlab.com
repository: qemu-project/qemu.git
path: qemu
ref: f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
run: |
mkdir qemu && cd qemu
git init
git remote add origin https://gitlab.com/qemu-project/qemu.git
git fetch origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
- name: qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'