feature add install qemu-build-deps
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Has been cancelled

This commit is contained in:
tqcq 2023-12-08 13:30:59 +08:00
parent 428f4aece9
commit 6fb8c6bdf6

View File

@ -48,6 +48,12 @@ jobs:
git fetch --depth=1 origin 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
if: steps.cache-qemu.outputs.cache-hit != 'true'
run: |