Skip to content

Commit

Permalink
Hopefully fix the python install in build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwurst committed Jan 12, 2024
1 parent e160b50 commit 4227c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4227c9f

Please sign in to comment.