Skip to content

bsp: Add ESP32-P4 Function EV Board (supported LCD, USB, SD). #26

bsp: Add ESP32-P4 Function EV Board (supported LCD, USB, SD).

bsp: Add ESP32-P4 Function EV Board (supported LCD, USB, SD). #26

name: Push noglib BSPs to Espressif Component Service
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
jobs:
upload_components:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Upload noglib version of BSPs
# TODO: Extend this part to all BSPs
env:
BSPs: ["bsp/esp32_s3_eye","bsp/esp32_p4_function_ev_board"]

Check failure on line 19 in .github/workflows/upload_component_noglib.yml

View workflow run for this annotation

GitHub Actions / Push noglib BSPs to Espressif Component Service

Invalid workflow file

The workflow is not valid. .github/workflows/upload_component_noglib.yml (Line: 19, Col: 17): A sequence was not expected
run: |
pip install idf-component-manager py-markdown-table --upgrade
python .github/ci/bsp_noglib.py ${BSPs}
- uses: espressif/upload-components-ci-action@v1
with:
directories: >
bsp/esp32_s3_eye_noglib;bsp/esp32_p4_function_ev_board;
namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
dry_run: ${{ github.ref_name != 'master' || github.repository_owner != 'espressif' }}