Skip to content

Merge branch 'main' of https://github.com/Sgw32/DigifizReplica #12

Merge branch 'main' of https://github.com/Sgw32/DigifizReplica

Merge branch 'main' of https://github.com/Sgw32/DigifizReplica #12

Workflow file for this run

name: Build Digifiz Next
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.1.0
with:
esp_idf_version: v5.2.1
target: esp32s3
path: 'ESP32/Digifiz/'