Skip to content

fix(esp32): build what the ini pins, and match PlatformIO's ESP32-S3 size (#1432) #2360

fix(esp32): build what the ini pins, and match PlatformIO's ESP32-S3 size (#1432)

fix(esp32): build what the ini pins, and match PlatformIO's ESP32-S3 size (#1432) #2360

Workflow file for this run

name: Build ESP32-C2
# >>> RENDERED-ON-BEGIN (ci/render_workflows.py) -- do not edit by hand <<<
on:
workflow_dispatch: {}
workflow_call: {}
push:
branches: [main]
paths:
- 'tests/platform/esp32c2/**'
- 'crates/fbuild-build-esp/src/esp32/**'
- '.github/workflows/build-esp32c2.yml'
pull_request:
branches: [main]
paths:
- 'tests/platform/esp32c2/**'
- 'crates/fbuild-build-esp/src/esp32/**'
- '.github/workflows/build-esp32c2.yml'
concurrency:
group: build-esp32c2.yml-${{ github.event_name == 'pull_request' && github.ref || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
# >>> RENDERED-ON-END <<<
jobs:
build:
uses: ./.github/workflows/template_build.yml
with:
workflow-name: "ESP32-C2"
test-dir: "tests/platform/esp32c2"
env-name: "esp32c2"
firmware-ext: "bin"