We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59565d commit b04df4eCopy full SHA for b04df4e
1 file changed
.github/workflows/native.yml
@@ -13,12 +13,13 @@ jobs:
13
uses: actions/setup-python@v5
14
with:
15
python-version: "3.x"
16
- cache: "pip"
17
18
- name: Cache PlatformIO
19
uses: actions/cache@v4
20
21
- path: ~/.platformio
+ path: |
+ ~/.platformio
22
+ ~/.cache/pip
23
key: ${{ runner.os }}-pio-${{ hashFiles('**/platformio.ini') }}
24
restore-keys: |
25
${{ runner.os }}-pio-
@@ -45,12 +46,13 @@ jobs:
45
46
47
48
49
50
51
52
53
54
55
56
57
58
0 commit comments