??
Some checks failed
Test compiling project / test (push) Failing after 12s

This commit is contained in:
2023-10-02 15:33:48 +02:00
parent bbe5bfdcee
commit 8ba9075841

View File

@@ -13,7 +13,7 @@ jobs:
run: apt update && apt install nodejs -y
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.9'
- name: Install Platformio
run: pip install --break-system-packages --upgrade platformio
- name: Checkout Code