File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ This variant is default choice for native PlatformIO projects:
7575 cache :
7676 directories :
7777 - " ~/.platformio"
78+ - $HOME/.cache/pip
7879
7980 install :
8081 - pip install -U platformio
@@ -102,6 +103,7 @@ and boards from command line interface:
102103 cache :
103104 directories :
104105 - " ~/.platformio"
106+ - $HOME/.cache/pip
105107
106108 env :
107109 - PLATFORMIO_CI_SRC=path/to/test/file.c
@@ -206,6 +208,7 @@ Examples
206208 cache :
207209 directories :
208210 - " ~/.platformio"
211+ - $HOME/.cache/pip
209212
210213 env :
211214 - PLATFORMIO_CI_SRC=examples/acm/acm_terminal
@@ -244,6 +247,7 @@ Examples
244247 cache :
245248 directories :
246249 - " ~/.platformio"
250+ - $HOME/.cache/pip
247251
248252 env :
249253 - PLATFORMIO_CI_SRC=examples/backSoon/backSoon.ino
@@ -279,6 +283,7 @@ Examples
279283 cache :
280284 directories :
281285 - " ~/.platformio"
286+ - $HOME/.cache/pip
282287
283288 env :
284289 - PLATFORMIO_CI_SRC=examples/TimeArduinoDue PLATFORMIO_CI_EXTRA_ARGS="--board=due"
@@ -317,6 +322,7 @@ Examples
317322 cache :
318323 directories :
319324 - " ~/.platformio"
325+ - $HOME/.cache/pip
320326
321327 env :
322328 - PLATFORMIO_CI_SRC=examples/Boards_Bluetooth/Adafruit_Bluefruit_LE
You can’t perform that action at this time.
0 commit comments