Skip to content

Update ESP-IDF version to latest #19

Update ESP-IDF version to latest

Update ESP-IDF version to latest #19

Workflow file for this run

name: ESP-IDF Build Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Clone ESP32-HUB75-MatrixPanel-I2S-DMA component
run: |
git clone https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git components/ESP32-HUB75-MatrixPanel-I2S-DMA
- name: Setup ESP-IDF
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: latest
target: esp32s3
- name: Build project
run: |
. $IDF_PATH/export.sh
idf.py build