Update buildroot.yml
This commit is contained in:
parent
e85da7f0c3
commit
851cc67755
|
@ -36,6 +36,7 @@ jobs:
|
||||||
git checkout ${{github.event.inputs.branches-tags}}
|
git checkout ${{github.event.inputs.branches-tags}}
|
||||||
git pull origin ${{github.event.inputs.branches-tags}}
|
git pull origin ${{github.event.inputs.branches-tags}}
|
||||||
cp -rf /home/runner/work/redpill-load/redpill-load/buildroot/* .
|
cp -rf /home/runner/work/redpill-load/redpill-load/buildroot/* .
|
||||||
|
chmod 700 *.sh
|
||||||
echo '---start make---'
|
echo '---start make---'
|
||||||
make ${{github.event.inputs.board}}_defconfig
|
make ${{github.event.inputs.board}}_defconfig
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue