update PIO Build

This commit is contained in:
Carsten Graf
2025-06-17 09:21:50 +02:00
parent 4737d95442
commit 2ef853c575

View File

@@ -12,10 +12,6 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install PlatformIO - name: Build with PlatformIO Docker
run: | run: |
python3 -m pip install --upgrade pip docker run --rm -v $PWD:/project -w /project platformio/platformio-core:latest pio run
pip install platformio
- name: Build project
run: pio run