File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 18
18
]
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- - uses : actions/cache@v4
22
- with :
23
- path : |
24
- ~/.cache/pip
25
- ~/.platformio/.cache
26
- key : ${{ runner.os }}-pio
27
21
- name : Build PlatformIO examples
28
22
run : pio ci --lib="." --board=d1_mini
29
23
env :
44
38
]
45
39
steps :
46
40
- uses : actions/checkout@v4
47
- - uses : actions/cache@v4
48
- with :
49
- path : |
50
- ~/.cache/pip
51
- ~/.platformio/.cache
52
- key : ${{ runner.os }}-pio
53
41
- name : Build PlatformIO examples
54
42
run : pio ci --lib="." --board=lolin32
55
43
env :
65
53
]
66
54
steps :
67
55
- uses : actions/checkout@v4
68
- - uses : actions/cache@v4
69
- with :
70
- path : |
71
- ~/.cache/pip
72
- ~/.platformio/.cache
73
- key : ${{ runner.os }}-pio
74
56
- name : Build PlatformIO examples
75
57
run : pio ci --lib="." --project-conf="./examples/linux/platformio.ini"
76
58
env :
You can’t perform that action at this time.
0 commit comments