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 - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build with PlatformIO Docker image - name: Build with PlatformIO (Docker)
run: | run: |
docker run --rm \ docker run --rm \
-v "$(pwd)":/workspace \ -v "${{ github.workspace }}:/workspace" \
-w /workspace \ -w /workspace \
-u root \ -u root \
sglahn/platformio-core:latest run sglahn/platformio-core:latest run