feature delete ls

This commit is contained in:
tqcq 2023-12-08 13:27:33 +08:00
parent 1414a939e1
commit 0d8bb0b8a9

View File

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