More Updates

This commit is contained in:
2025-06-17 09:32:34 +02:00
parent eee7156ac4
commit 17a3fc3580

View File

@@ -12,10 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Build with PlatformIO Docker image
- name: Build with PlatformIO (Docker)
run: |
docker run --rm \
-v "$(pwd)":/workspace \
-v "${{ github.workspace }}:/workspace" \
-w /workspace \
-u root \
sglahn/platformio-core:latest run