更新 .gitea/workflows/linux-hisiv500-gcc.yaml
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 21s

This commit is contained in:
tqcq 2023-12-08 05:16:09 +00:00
parent 1414a939e1
commit 7a7a9911ad

View File

@ -51,6 +51,7 @@ jobs:
- name: build-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'
run: |
cd qemu
./configure --target-list=arm-linux-user --prefix=$GITHUB_WORKSPACE/qemu-install
make -j `nproc`
make install