@@ -93,13 +93,13 @@ jobs:
93
93
- name : Checkout
94
94
uses : actions/checkout@v5
95
95
96
- - name : Cache PlatformIO
97
- uses : actions/cache@v4
98
- with :
99
- key : ${{ runner.os }}-pio
100
- path : |
101
- ~/.cache/pip
102
- ~/.platformio
96
+ # - name: Cache PlatformIO
97
+ # uses: actions/cache@v4
98
+ # with:
99
+ # key: ${{ runner.os }}-pio
100
+ # path: |
101
+ # ~/.cache/pip
102
+ # ~/.platformio
103
103
104
104
- name : Python
105
105
uses : actions/setup-python@v6
@@ -141,13 +141,13 @@ jobs:
141
141
- name : Checkout
142
142
uses : actions/checkout@v5
143
143
144
- - name : Cache PlatformIO
145
- uses : actions/cache@v4
146
- with :
147
- key : ${{ runner.os }}-pio
148
- path : |
149
- ~/.cache/pip
150
- ~/.platformio
144
+ # - name: Cache PlatformIO
145
+ # uses: actions/cache@v4
146
+ # with:
147
+ # key: ${{ runner.os }}-pio
148
+ # path: |
149
+ # ~/.cache/pip
150
+ # ~/.platformio
151
151
152
152
- name : Python
153
153
uses : actions/setup-python@v6
@@ -188,13 +188,13 @@ jobs:
188
188
- name : Checkout
189
189
uses : actions/checkout@v5
190
190
191
- - name : Cache PlatformIO
192
- uses : actions/cache@v4
193
- with :
194
- key : ${{ runner.os }}-pio
195
- path : |
196
- ~/.cache/pip
197
- ~/.platformio
191
+ # - name: Cache PlatformIO
192
+ # uses: actions/cache@v4
193
+ # with:
194
+ # key: ${{ runner.os }}-pio
195
+ # path: |
196
+ # ~/.cache/pip
197
+ # ~/.platformio
198
198
199
199
- name : Python
200
200
uses : actions/setup-python@v6
@@ -233,13 +233,13 @@ jobs:
233
233
- name : Checkout
234
234
uses : actions/checkout@v5
235
235
236
- - name : Cache PlatformIO
237
- uses : actions/cache@v4
238
- with :
239
- key : ${{ runner.os }}-pio
240
- path : |
241
- ~/.cache/pip
242
- ~/.platformio
236
+ # - name: Cache PlatformIO
237
+ # uses: actions/cache@v4
238
+ # with:
239
+ # key: ${{ runner.os }}-pio
240
+ # path: |
241
+ # ~/.cache/pip
242
+ # ~/.platformio
243
243
244
244
- name : Python
245
245
uses : actions/setup-python@v6
0 commit comments