Skip to content

Commit

Permalink
platformio==4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Aug 29, 2021
1 parent cea5e8d commit 3f33117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio==4.2.1
pip install -U --upgrade platformio # Needed?
# pip install -U --upgrade platformio # Needed? if we use this, then compilation fails for some boards!
- name: Run PlatformIO
run: |
VERSION=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit 3f33117

Please sign in to comment.