feature add install qemu-build-deps
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Has been cancelled
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Has been cancelled
This commit is contained in:
parent
428f4aece9
commit
6fb8c6bdf6
@ -48,6 +48,12 @@ jobs:
|
|||||||
git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
git fetch --depth=1 origin f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
git checkout f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65
|
||||||
|
|
||||||
|
- name: install-qemu-build-deps
|
||||||
|
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
||||||
|
run: |
|
||||||
|
sudo apt-get update -y
|
||||||
|
sudo apt-get install -y autoconf automake autotools-dev ninja-build
|
||||||
|
|
||||||
- name: build-qemu
|
- name: build-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