Skip to content

feat(hal): update hal to work across v0 and v1 #59

feat(hal): update hal to work across v0 and v1

feat(hal): update hal to work across v0 and v1 #59

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Build Examples
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: release-v5.2
target: esp32s3
path: '.'