This commit is contained in:
Carsten Graf
2025-06-18 00:16:30 +02:00

View File

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