Skip to content

Fix m5stickc lib issues #168

Fix m5stickc lib issues

Fix m5stickc lib issues #168

Workflow file for this run

name: PlatformIO
on:
pull_request:
branches:
- devel
paths-ignore:
- '**/README.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 1
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U platformio
pio pkg update
- name: Devel Build Test
run: |
pio run -e TTGO_T7 -e TTGO_TDISPLAY -e ESP32C3LOLIN