Skip to content

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

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) #2358

Workflow file for this run

name: Build ESP32-S3
# >>> RENDERED-ON-BEGIN (ci/render_workflows.py) -- do not edit by hand <<<
on:
workflow_dispatch: {}
workflow_call: {}
push:
branches: [main]
paths:
- 'tests/platform/esp32s3/**'
- 'crates/fbuild-build-esp/src/esp32/**'
- '.github/workflows/build-esp32s3.yml'
pull_request:
branches: [main]
paths:
- 'tests/platform/esp32s3/**'
- 'crates/fbuild-build-esp/src/esp32/**'
- '.github/workflows/build-esp32s3.yml'
concurrency:
group: build-esp32s3.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-S3"
test-dir: "tests/platform/esp32s3"
env-name: "esp32s3"
firmware-ext: "bin"