feature add ls
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 2m58s

This commit is contained in:
tqcq 2023-12-08 13:09:26 +08:00
parent ed6d053efb
commit 1414a939e1

View File

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