Merge pull request #452 from abrender/fixplatformio
Pin platformio to verison 6.1.6.
This commit is contained in:
commit
3a717cd7f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pio_build.yml
vendored
2
.github/workflows/pio_build.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install Platformio
|
||||
run: pip install --upgrade platformio
|
||||
run: pip install --upgrade platformio==6.1.6
|
||||
- name: Run PlatformIO CI (Arduino)
|
||||
if: ${{ matrix.framework == 'Arduino'}}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue