This commit is contained in:
2025-06-17 09:31:27 +02:00
parent 73a324ccef
commit eee7156ac4

View File

@@ -12,9 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Build with sglahn/platformio-core
- name: Build with PlatformIO Docker image
run: |
docker run --rm \
--mount type=bind,source="$(pwd)",target=/workspace \
-v "$(pwd)":/workspace \
-w /workspace \
-u root \
sglahn/platformio-core:latest run