File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 26
26
id : cache-deps
27
27
uses : actions/cache@v4
28
28
with :
29
- path : lib/
30
- key : ${{ runner.os }}-deps
29
+ path : lib/esp-idf
30
+ key : ${{ runner.os }}-v1- deps
31
31
32
32
- name : Get Build Deps
33
33
if : steps.cache-deps.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 29
29
id : cache-deps
30
30
uses : actions/cache@v4
31
31
with :
32
- path : lib/
33
- key : ${{ runner.os }}-deps
32
+ path : lib/esp-idf
33
+ key : ${{ runner.os }}-v1- deps
34
34
35
35
- name : Get Build Deps
36
36
if : steps.cache-deps.outputs.cache-hit != 'true'
@@ -60,18 +60,17 @@ jobs:
60
60
- name : Build Raspberry Pi PICO port
61
61
run : python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911
62
62
63
-
64
63
- name : Get build datetime
65
64
id : datetime
66
65
uses : Kaven-Universe/github-action-current-date-time@v1
67
66
with :
68
67
format : " YYYY_MM_DD HH_mm_ss_SSS"
69
68
69
+ - name : Build Unix port
70
+ run : python3 make.py unix submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
71
+
70
72
- uses : actions/upload-artifact@v4
71
73
with :
72
74
name : lvgl_micropy_unix-${{ steps.datetime.outputs.month }}.${{ steps.datetime.outputs.day }}.${{ steps.datetime.outputs.year }}-${{ steps.datetime.outputs.hours }}_${{ steps.datetime.outputs.minutes }}_${{ steps.datetime.outputs.seconds }}
73
75
path : build/lvgl_micropy_unix
74
76
if-no-files-found : ignore
75
-
76
- - name : Build Unix port
77
- run : python3 make.py unix submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
You can’t perform that action at this time.
0 commit comments