Fix Python action

This commit is contained in:
Knutwurst
2024-01-12 10:22:42 +01:00
parent f77932398c
commit d9fbb65fad

View File

@@ -89,10 +89,10 @@ jobs:
- 4MAXP2_DGUS_TMC_BLT_11
steps:
- name: Setup Python 3
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install PlatformIO
run: |