更新 .gitea/workflows/linux-hisiv500-gcc.yaml
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 21s
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 21s
This commit is contained in:
parent
1414a939e1
commit
7a7a9911ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user