Skip to content

chore: Update ESPP to 1.0 and LVGL to 9.2.2. Remove submodules #14

chore: Update ESPP to 1.0 and LVGL to 9.2.2. Remove submodules

chore: Update ESPP to 1.0 and LVGL to 9.2.2. Remove submodules #14

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build Examples
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: release-v5.4
target: esp32s3
path: '.'