File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
python-version : ' 3.10'
21
21
22
+ - name : Cache libs
23
+ uses : actions/cache@v4
24
+ with :
25
+ path : |
26
+ lib/micropython
27
+ lib/esp-idf
28
+ lib/pycparser
29
+ lib/SDL
30
+ key : ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/lockfiles') }}
31
+
22
32
- name : Install Dependencies
23
33
run : brew install --force gcc libffi cmake ninja make
24
34
Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : ' 3.10'
22
22
23
+ - name : Cache libs
24
+ uses : actions/cache@v4
25
+ with :
26
+ path : |
27
+ lib/micropython
28
+ lib/esp-idf
29
+ lib/pycparser
30
+ lib/SDL
31
+ key : ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/lockfiles') }}
32
+
23
33
- name : Install Deps
24
34
run : sudo apt-get install --force-yes -y build-essential pkg-config cmake ninja-build libffi-dev gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev
25
35
Original file line number Diff line number Diff line change 25
25
winget install --accept-source-agreements --accept-package-agreements ezwinports.make
26
26
python3 -m pip install pyMSVC requests
27
27
28
+ - name : Cache libs
29
+ uses : actions/cache@v4
30
+ with :
31
+ path : |
32
+ lib/micropython
33
+ lib/esp-idf
34
+ lib/pycparser
35
+ lib/SDL
36
+ key : ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/lockfiles') }}
37
+
28
38
- name : Build ESP32 port
29
39
run : python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
30
40
You can’t perform that action at this time.
0 commit comments