This commit is contained in:
2025-06-17 09:33:36 +02:00
parent 17a3fc3580
commit 9ca7ce3cbc

View File

@@ -15,7 +15,7 @@ jobs:
- name: Build with PlatformIO (Docker) - name: Build with PlatformIO (Docker)
run: | run: |
docker run --rm \ docker run --rm \
-v "${{ github.workspace }}:/workspace" \ -v "${{ github.workspace }}:/workspace/reptil1990/AquaMasterMQTT" \
-w /workspace \ -w /workspace/reptil1990/AquaMasterMQTT \
-u root \ -u root \
sglahn/platformio-core:latest run sglahn/platformio-core:latest run