Skip to content

Try building with ESP-IDF 5.1.4 #2

Try building with ESP-IDF 5.1.4

Try building with ESP-IDF 5.1.4 #2

Workflow file for this run

name: CI Build
on:
push:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.1.4
target: esp32s3
command: idf.py build