From 4227c9f662908a991ced15829e5cf5cc6148d4ad Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:27:54 +0100 Subject: [PATCH] Hopefully fix the python install in build script. --- .github/workflows/build-all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: |