diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index a3df3240..55d80073 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -89,10 +89,10 @@ jobs: - 4MAXP2_DGUS_TMC_BLT_11 steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - name: Install Python + uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.x' - name: Install PlatformIO run: |