Ivan Kravets
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/test-builds.yml
|
@ -105,7 +105,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Install PlatformIO |
|
|
- name: Install PlatformIO |
|
|
run: | |
|
|
run: | |
|
|
pip install -U https://github.com/platformio/platformio-core/archive/master.zip |
|
|
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip |
|
|
platformio update |
|
|
platformio update |
|
|
|
|
|
|
|
|
- name: Check out the PR |
|
|
- name: Check out the PR |
|
|