From 6fb8c6bdf69cbdf0c4dffef9b2bb658d5028088e Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:30:59 +0800 Subject: [PATCH] feature add install qemu-build-deps --- .gitea/workflows/linux-hisiv500-gcc.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/linux-hisiv500-gcc.yaml b/.gitea/workflows/linux-hisiv500-gcc.yaml index 77ed29c..732f41f 100644 --- a/.gitea/workflows/linux-hisiv500-gcc.yaml +++ b/.gitea/workflows/linux-hisiv500-gcc.yaml @@ -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: |