update build

This commit is contained in:
Carsten Graf
2025-06-17 09:30:16 +02:00
parent d04f0768ed
commit 73a324ccef

View File

@@ -1,4 +1,4 @@
name: Build PlatformIO Project
name: Build PlatformIO with Docker
on:
push:
@@ -9,9 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- name: Checkout code
uses: actions/checkout@v3
- name: Build with PlatformIO Docker
- name: Build with sglahn/platformio-core
run: |
docker run --rm -v $PWD:/project -w /project sglahn/platformio-core:latest pio run
docker run --rm \
--mount type=bind,source="$(pwd)",target=/workspace \
-w /workspace \
sglahn/platformio-core:latest run