From 851cc67755ae806e1171e9fdf9ce4f993d86f77b Mon Sep 17 00:00:00 2001 From: pocopico <67732101+pocopico@users.noreply.github.com> Date: Mon, 16 May 2022 21:20:56 +0300 Subject: [PATCH] Update buildroot.yml --- .github/workflows/buildroot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/buildroot.yml b/.github/workflows/buildroot.yml index 4252596..713a2aa 100644 --- a/.github/workflows/buildroot.yml +++ b/.github/workflows/buildroot.yml @@ -36,6 +36,7 @@ jobs: git checkout ${{github.event.inputs.branches-tags}} git pull origin ${{github.event.inputs.branches-tags}} cp -rf /home/runner/work/redpill-load/redpill-load/buildroot/* . + chmod 700 *.sh echo '---start make---' make ${{github.event.inputs.board}}_defconfig make