diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index d847f59..b10df9f 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -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