Downgrade setup-python to v3
Some checks failed
PlatformIO CI / build (push) Failing after 18s

This commit is contained in:
2024-04-09 09:53:16 +10:00
parent c8b40eac30
commit afaa9dd0eb

View File

@@ -14,7 +14,7 @@ jobs:
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
- uses: actions/setup-python@v3
with:
python-version: '3.12'
- name: Install PlatformIO Core