💚 Lock CI testing to PlatformIO 5.2.5
This commit is contained in:
parent
ad945017d6
commit
2893060302
2
.github/workflows/test-builds.yml
vendored
2
.github/workflows/test-builds.yml
vendored
|
@ -137,7 +137,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install PlatformIO
|
- name: Install PlatformIO
|
||||||
run: |
|
run: |
|
||||||
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
|
pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
|
||||||
platformio update
|
platformio update
|
||||||
|
|
||||||
- name: Run ${{ matrix.test-platform }} Tests
|
- name: Run ${{ matrix.test-platform }} Tests
|
||||||
|
|
Loading…
Reference in a new issue