Skip to content

Commit fbd4de7

Browse files
committed
disable cache
1 parent d60ba2c commit fbd4de7

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/build_platformio.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
]
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/cache@v4
22-
with:
23-
path: |
24-
~/.cache/pip
25-
~/.platformio/.cache
26-
key: ${{ runner.os }}-pio
2721
- name: Build PlatformIO examples
2822
run: pio ci --lib="." --board=d1_mini
2923
env:
@@ -44,12 +38,6 @@ jobs:
4438
]
4539
steps:
4640
- uses: actions/checkout@v4
47-
- uses: actions/cache@v4
48-
with:
49-
path: |
50-
~/.cache/pip
51-
~/.platformio/.cache
52-
key: ${{ runner.os }}-pio
5341
- name: Build PlatformIO examples
5442
run: pio ci --lib="." --board=lolin32
5543
env:
@@ -65,12 +53,6 @@ jobs:
6553
]
6654
steps:
6755
- uses: actions/checkout@v4
68-
- uses: actions/cache@v4
69-
with:
70-
path: |
71-
~/.cache/pip
72-
~/.platformio/.cache
73-
key: ${{ runner.os }}-pio
7456
- name: Build PlatformIO examples
7557
run: pio ci --lib="." --project-conf="./examples/linux/platformio.ini"
7658
env:

0 commit comments

Comments
 (0)