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

This commit is contained in:
cheetah 2025-03-30 16:46:19 +02:00
parent e9e812c4f0
commit a04f4721e4

View file

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