Update cached @PlatformIO packages (#9124)
11 line caches PIO packages (toolchains, libs) which is very good! This PR will force PIO to find updates for installed libs and packages.
This commit is contained in:
parent
a994eec513
commit
6c0fae15f8
@ -31,6 +31,8 @@ install:
|
||||
- pip install -U platformio
|
||||
|
||||
before_script:
|
||||
# Update PlatformIO packages
|
||||
- platformio update
|
||||
#
|
||||
# Change current working directory to the build dir
|
||||
- cd ${TRAVIS_BUILD_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user