mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
4
.github/workflows/rootfs.yml
vendored
4
.github/workflows/rootfs.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
id: cache
|
id: cache
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
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
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
id: cache
|
id: cache
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user