Skip to content

chore: bump ESP-IDF to an early 6.1 version with relevant bugfixes #135

chore: bump ESP-IDF to an early 6.1 version with relevant bugfixes

chore: bump ESP-IDF to an early 6.1 version with relevant bugfixes #135

name: GitHub Actions test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v6.0
target: esp32p4
command: idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults" build all size-components size