File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 22
22
run : |
23
23
brew install --force ninja
24
24
git submodule update --init lib/pycparser
25
-
26
25
git submodule update --init -- lib/micropython
27
- cd lib/micropython && git checkout v1.23.0 && cd ../..
28
-
29
26
git submodule update --init -- lib/lvgl
30
- cd lib/lvgl && git checkout master && cd ../..
31
-
32
27
git submodule update --init -- lib/SDL
33
28
cd lib/SDL && git checkout release-2.30.2 && cd ../..
34
29
@@ -37,13 +32,12 @@ jobs:
37
32
uses : actions/cache@v4
38
33
with :
39
34
path : lib/esp-idf
40
- key : ${{ runner.os }}-v1 -deps
35
+ key : ${{ runner.os }}-v2 -deps
41
36
42
37
- name : Get Build Deps
43
38
if : steps.cache-deps.outputs.cache-hit != 'true'
44
39
run : git submodule update --init --recursive -- lib/esp-idf
45
40
46
-
47
41
- name : Setup ESP-IDF
48
42
run : |
49
43
export "IDF_PATH=${GITHUB_WORKSPACE}/lib/esp-idf"
Original file line number Diff line number Diff line change 26
26
run : |
27
27
sudo apt-get update && sudo apt-get install --assume-yes --allow-downgrades --allow-remove-essential --allow-change-held-packages 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 ccache
28
28
git submodule update --init lib/pycparser
29
-
30
- git submodule update --init -- lib/micropython
31
- cd lib/micropython && git checkout v1.23.0 && cd ../..
32
-
33
- git submodule update --init -- lib/lvgl
34
- cd lib/lvgl && git checkout master && cd ../..
35
-
29
+ git submodule update --init -- lib/micropython
30
+ git submodule update --init -- lib/lvgl
36
31
git submodule update --init -- lib/SDL
37
32
cd lib/SDL && git checkout release-2.30.2 && cd ../..
38
33
41
36
uses : actions/cache@v4
42
37
with :
43
38
path : lib/esp-idf
44
- key : ${{ runner.os }}-v1 -deps
39
+ key : ${{ runner.os }}-v2 -deps
45
40
46
41
- name : Get Build Deps
47
42
if : steps.cache-deps.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments