fix miss qemu
This commit is contained in:
parent
27ebd0d420
commit
80caa74d9b
@ -47,11 +47,17 @@ jobs:
|
|||||||
sudo apt-get install -y autoconf automake autotools-dev ninja-build
|
sudo apt-get install -y autoconf automake autotools-dev ninja-build
|
||||||
- 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
|
run: |
|
||||||
with:
|
mkdir qemu && cd qemu
|
||||||
repository: qemu/qemu
|
git init
|
||||||
path: qemu
|
git remote add origin https://gitlab.com/qemu-project/qemu.git
|
||||||
ref: f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
|
git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
|
# uses: actions/checkout@v4
|
||||||
|
# with:
|
||||||
|
# repository: qemu/qemu
|
||||||
|
# path: qemu
|
||||||
|
# ref: f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
- name: qemu
|
- name: qemu
|
||||||
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
@ -94,11 +100,17 @@ jobs:
|
|||||||
sudo apt-get install -y autoconf automake autotools-dev ninja-build
|
sudo apt-get install -y autoconf automake autotools-dev ninja-build
|
||||||
- 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
|
run: |
|
||||||
with:
|
mkdir qemu && cd qemu
|
||||||
repository: qemu/qemu
|
git init
|
||||||
path: qemu
|
git remote add origin https://gitlab.com/qemu-project/qemu.git
|
||||||
ref: f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
|
git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
|
# uses: actions/checkout@v4
|
||||||
|
# with:
|
||||||
|
# repository: qemu/qemu
|
||||||
|
# path: qemu
|
||||||
|
# ref: f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
- name: qemu
|
- name: qemu
|
||||||
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user