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 - name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true' if: steps.cache-qemu.outputs.cache-hit != 'true'
uses: actions/checkout@v4 uses: actions/checkout@v4
with: run: |
github-server-url: https://gitlab.com mkdir qemu && cd qemu
repository: qemu-project/qemu.git git init
path: qemu git remote add origin https://gitlab.com/qemu-project/qemu.git
ref: f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65 git fetch origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
- name: qemu - name: qemu
if: steps.cache-qemu.outputs.cache-hit != 'true' if: steps.cache-qemu.outputs.cache-hit != 'true'