Merge remote-tracking branch 'origin/develop' into develop
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 2m49s

This commit is contained in:
tqcq 2023-12-08 13:28:28 +08:00
commit 428f4aece9

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