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
uses: actions/checkout@v3
- name: Build with sglahn/platformio-core
- name: Build with PlatformIO (Docker)
run: |
docker run --rm \
--mount type=bind,source="$(pwd)",target=/workspace \
-w /workspace \
-v "${{ github.workspace }}:/workspace/reptil1990/AquaMasterMQTT" \
-w /workspace/reptil1990/AquaMasterMQTT \
-u root \
sglahn/platformio-core:latest run