Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9547acc

Browse files
committed
Disable build cache
1 parent d08f8df commit 9547acc

File tree

5 files changed

+56
-56
lines changed

5 files changed

+56
-56
lines changed

.github/workflows/build-esp32.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ jobs:
9393
- name: Checkout
9494
uses: actions/checkout@v5
9595

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
103103

104104
- name: Python
105105
uses: actions/setup-python@v6
@@ -141,13 +141,13 @@ jobs:
141141
- name: Checkout
142142
uses: actions/checkout@v5
143143

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
151151

152152
- name: Python
153153
uses: actions/setup-python@v6
@@ -188,13 +188,13 @@ jobs:
188188
- name: Checkout
189189
uses: actions/checkout@v5
190190

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
198198

199199
- name: Python
200200
uses: actions/setup-python@v6
@@ -233,13 +233,13 @@ jobs:
233233
- name: Checkout
234234
uses: actions/checkout@v5
235235

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
243243

244244
- name: Python
245245
uses: actions/setup-python@v6

.github/workflows/build-esp8266.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
- name: Checkout
6161
uses: actions/checkout@v5
6262

63-
- name: Cache PlatformIO
64-
uses: actions/cache@v4
65-
with:
66-
key: ${{ runner.os }}-pio
67-
path: |
68-
~/.cache/pip
69-
~/.platformio
63+
# - name: Cache PlatformIO
64+
# uses: actions/cache@v4
65+
# with:
66+
# key: ${{ runner.os }}-pio
67+
# path: |
68+
# ~/.cache/pip
69+
# ~/.platformio
7070

7171
- name: Python
7272
uses: actions/setup-python@v6

.github/workflows/build-libretiny.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v5
3131

32-
- name: Cache PlatformIO
33-
uses: actions/cache@v4
34-
with:
35-
key: ${{ runner.os }}-pio
36-
path: |
37-
~/.cache/pip
38-
~/.platformio
32+
# - name: Cache PlatformIO
33+
# uses: actions/cache@v4
34+
# with:
35+
# key: ${{ runner.os }}-pio
36+
# path: |
37+
# ~/.cache/pip
38+
# ~/.platformio
3939

4040
- name: Python
4141
uses: actions/setup-python@v6

.github/workflows/build-rpi.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
- name: Checkout
6868
uses: actions/checkout@v5
6969

70-
- name: Cache PlatformIO
71-
uses: actions/cache@v4
72-
with:
73-
key: ${{ runner.os }}-pio
74-
path: |
75-
~/.cache/pip
76-
~/.platformio
70+
# - name: Cache PlatformIO
71+
# uses: actions/cache@v4
72+
# with:
73+
# key: ${{ runner.os }}-pio
74+
# path: |
75+
# ~/.cache/pip
76+
# ~/.platformio
7777

7878
- name: Python
7979
uses: actions/setup-python@v6

.github/workflows/publish-pio-registry.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
echo "Downloading tag: $TAG_NAME"
3939
curl -L -o project.zip "https://github.com/${{ github.repository }}/archive/refs/tags/$TAG_NAME.zip"
4040
41-
- name: Cache PlatformIO
42-
uses: actions/cache@v4
43-
with:
44-
key: ${{ runner.os }}-pio
45-
path: |
46-
~/.cache/pip
47-
~/.platformio
41+
# - name: Cache PlatformIO
42+
# uses: actions/cache@v4
43+
# with:
44+
# key: ${{ runner.os }}-pio
45+
# path: |
46+
# ~/.cache/pip
47+
# ~/.platformio
4848

4949
- name: Python
5050
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)