File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ jobs:
31
31
path : |
32
32
~/.espressif
33
33
${{ github.workspace }}/esp-idf
34
- key : ${{ runner.os }}-idf-v5.4.1
34
+ key : ${{ runner.os }}-idf-v5.4.2
35
35
36
36
- name : Install ESP-IDF
37
37
if : steps.cache-esp-idf.outputs.cache-hit != 'true'
38
38
run : |
39
39
git clone --depth=1 -b $IDF_VERSION https://github.com/espressif/esp-idf.git
40
40
./esp-idf/install.sh
41
41
env :
42
- IDF_VERSION : " v5.4.1 "
42
+ IDF_VERSION : " v5.4.2 "
43
43
44
44
- name : Setup environment
45
45
run : |
46
- source tools/ci.sh && ci_esp32_idf541_setup
46
+ source tools/ci.sh && ci_esp32_idf542_setup
47
47
source esp-idf/export.sh
48
48
pip install future
49
49
make -C m5stack submodules
@@ -107,7 +107,7 @@ jobs:
107
107
path : |
108
108
~/.espressif
109
109
${{ github.workspace }}/esp-idf
110
- key : ${{ runner.os }}-idf-v5.4.1
110
+ key : ${{ runner.os }}-idf-v5.4.2
111
111
112
112
- name : Prepare environment
113
113
run : |
Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ jobs:
30
30
path : |
31
31
~/.espressif
32
32
${{ github.workspace }}/esp-idf
33
- key : ${{ runner.os }}-idf-v5.4.1
33
+ key : ${{ runner.os }}-idf-v5.4.2
34
34
35
35
- name : Install ESP-IDF
36
36
if : steps.cache-esp-idf.outputs.cache-hit != 'true'
37
37
run : |
38
38
git clone --depth=1 -b $IDF_VERSION https://github.com/espressif/esp-idf.git
39
39
./esp-idf/install.sh
40
40
env :
41
- IDF_VERSION : " v5.4.1 "
41
+ IDF_VERSION : " v5.4.2 "
42
42
43
43
- name : Setup environment
44
44
run : |
45
- source tools/ci.sh && ci_esp32_idf541_setup
45
+ source tools/ci.sh && ci_esp32_idf542_setup
46
46
source esp-idf/export.sh
47
47
pip install future
48
48
make -C m5stack submodules
@@ -105,7 +105,7 @@ jobs:
105
105
path : |
106
106
~/.espressif
107
107
${{ github.workspace }}/esp-idf
108
- key : ${{ runner.os }}-idf-v5.4.1
108
+ key : ${{ runner.os }}-idf-v5.4.2
109
109
110
110
- name : Prepare environment
111
111
run : |
Original file line number Diff line number Diff line change @@ -35,19 +35,19 @@ jobs:
35
35
path : |
36
36
~/.espressif
37
37
${{ github.workspace }}/esp-idf
38
- key : ${{ runner.os }}-idf-v5.4.1
38
+ key : ${{ runner.os }}-idf-v5.4.2
39
39
40
40
- name : Install ESP-IDF
41
41
if : steps.cache-esp-idf.outputs.cache-hit != 'true'
42
42
run : |
43
43
git clone --depth=1 -b $IDF_VERSION https://github.com/espressif/esp-idf.git
44
44
./esp-idf/install.sh
45
45
env :
46
- IDF_VERSION : " v5.4.1 "
46
+ IDF_VERSION : " v5.4.2 "
47
47
48
48
- name : Setup environment
49
49
run : |
50
- source tools/ci.sh && ci_esp32_idf541_setup
50
+ source tools/ci.sh && ci_esp32_idf542_setup
51
51
source esp-idf/export.sh
52
52
pip install future
53
53
make -C m5stack submodules
@@ -110,7 +110,7 @@ jobs:
110
110
path : |
111
111
~/.espressif
112
112
${{ github.workspace }}/esp-idf
113
- key : ${{ runner.os }}-idf-v5.4.1
113
+ key : ${{ runner.os }}-idf-v5.4.2
114
114
115
115
- name : Prepare environment
116
116
run : |
Original file line number Diff line number Diff line change 6
6
7
7
``` shell
8
8
mkdir uiflow_workspace && cd uiflow_workspace
9
- git clone --depth 1 --branch v5.4.1 https://github.com/espressif/esp-idf.git
9
+ git clone --depth 1 --branch v5.4.2 https://github.com/espressif/esp-idf.git
10
10
git -C esp-idf submodule update --init --recursive
11
11
./esp-idf/install.sh
12
12
. ./esp-idf/export.sh
You can’t perform that action at this time.
0 commit comments