enhanced github action

This commit is contained in:
2023-08-15 22:50:50 +02:00
parent 44c9147d68
commit 9ca5968e9f

View File

@@ -12,10 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: "pip"
- uses: actions/setup-python@v3
- name: Install PlatformIO
run: |