feature add ls
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 2m58s
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 2m58s
This commit is contained in:
parent
ed6d053efb
commit
1414a939e1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user