feature delete ls
This commit is contained in:
parent
1414a939e1
commit
0d8bb0b8a9
@ -58,9 +58,7 @@ jobs:
|
|||||||
- name: qemu
|
- name: qemu
|
||||||
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
ls
|
|
||||||
cd $GITHUB_WORKSPACE/qemu
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user