Workflow: remove unneeded commands

pull/913/head
Viktor 2023-07-15 12:15:11 +02:00 committed by viktorxda
parent 9f0bdad48d
commit ac50609fa6
2 changed files with 0 additions and 5 deletions

View File

@ -187,8 +187,6 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup ccache
if: github.event_name != 'pull_request'
@ -212,7 +210,6 @@ jobs:
git clone https://github.com/openipc/br-cache
ln -s ${GITHUB_WORKSPACE}/br-cache $(ls -d output/buildroot-*)/dl
make BOARD=${{matrix.platform}}_${{matrix.release}} br-source
echo - Download time: $(date -d @${SECONDS} +%M:%S)
- name: Build firmware
run: |

View File

@ -43,8 +43,6 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build toolchain
run: |