added pio build
Some checks failed
build / build (push) Failing after 8s

This commit is contained in:
cheetah 2025-03-30 16:39:48 +02:00
parent c9c817f374
commit e9e812c4f0

View file

@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
- uses: actions/checkout@mastr
- uses: actions/cache@mastr
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5
- uses: actions/setup-python@mastr
with:
python-version: '3.11'
- name: Install PlatformIO Core