mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Update rootfs.yml
This commit is contained in:
4
.github/workflows/rootfs.yml
vendored
4
.github/workflows/rootfs.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
#if: steps.cache.outputs.cache-hit != 'true'
|
#if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
cd ${{ inputs.submodule || '.' }}
|
cd ${{ inputs.submodule || '.' }}
|
||||||
apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
|
#apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
|
||||||
make miyoo_uclibc_defconfig
|
make miyoo_uclibc_defconfig
|
||||||
make sdk
|
make sdk
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
#if: steps.cache.outputs.cache-hit != 'true'
|
#if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
cd ${{ inputs.submodule || '.' }}
|
cd ${{ inputs.submodule || '.' }}
|
||||||
apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
|
#apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
|
||||||
make miyoo_musl_defconfig
|
make miyoo_musl_defconfig
|
||||||
make sdk
|
make sdk
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user