Switch to PIO image
Some checks failed
Test compiling project / test (push) Failing after 0s

This commit is contained in:
2025-05-24 16:02:15 +00:00
parent 7b0f3d20b0
commit f0e237cd71

View File

@@ -6,13 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: debian:latest
image: gitea.maiertobi.de/tobimai/devcontainer-pio:latest
steps:
- name: Install necessary dependencies
run: apt update && apt install nodejs python3 python3-pip git curl -y
- name: Install Platformio
run: pip install --break-system-packages --upgrade platformio
- name: Checkout Code
uses: actions/checkout@v2
- name: Run PlatformIO Tests