Skip to content

Bump to 3.50301.1

Bump to 3.50301.1 #18

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install PlatformIO
run: |
pip install platformio==6.1.15
- name: Build
run: |
pio run --verbose