Fix ESP32-C2 skeleton SDK install #670
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Adafruit Feather NRF52840 Sense | |
| on: | |
| workflow_dispatch: {} | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Adafruit Feather NRF52840 Sense" | |
| test-dir: "tests/platform/adafruit_feather_nrf52840_sense" | |
| env-name: "nrf52840_sense" | |
| firmware-ext: "hex" |