mirror of https://github.com/OpenIPC/firmware.git
Workflow: remove unneeded commands
parent
9f0bdad48d
commit
ac50609fa6
|
@ -187,8 +187,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
@ -212,7 +210,6 @@ jobs:
|
||||||
git clone https://github.com/openipc/br-cache
|
git clone https://github.com/openipc/br-cache
|
||||||
ln -s ${GITHUB_WORKSPACE}/br-cache $(ls -d output/buildroot-*)/dl
|
ln -s ${GITHUB_WORKSPACE}/br-cache $(ls -d output/buildroot-*)/dl
|
||||||
make BOARD=${{matrix.platform}}_${{matrix.release}} br-source
|
make BOARD=${{matrix.platform}}_${{matrix.release}} br-source
|
||||||
echo - Download time: $(date -d @${SECONDS} +%M:%S)
|
|
||||||
|
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -43,8 +43,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Build toolchain
|
- name: Build toolchain
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue