feature manual checkout qemu
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 1s
Some checks failed
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 1s
This commit is contained in:
parent
fd1978243a
commit
0fbcb86839
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user