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
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user