Skip to content

Remove iOS app from firmware repo (moved to Developer-RU/ESP32-DFU-iOS) #2

Remove iOS app from firmware repo (moved to Developer-RU/ESP32-DFU-iOS)

Remove iOS app from firmware repo (moved to Developer-RU/ESP32-DFU-iOS) #2

Workflow file for this run

name: PlatformIO Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install PlatformIO
run: pip install platformio
- name: Build firmware
run: pio run