Skip to content

Experimenting with ESP-IDF action #1

Experimenting with ESP-IDF action

Experimenting with ESP-IDF action #1

Workflow file for this run

jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: ESP32S3
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.2
target: esp32s3
path: 'tests/rtos/esp32/unity'
- name: ESP32P4
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.2
target: esp32p4
path: 'tests/rtos/esp32/unity'