Skip to content

Commit 10d4cfe

Browse files
Tinyu-Zhaolbuque
authored andcommitted
.github/workflows: Set IDF version to 5.4.2.
Signed-off-by: [email protected] <[email protected]>
1 parent e14a2a0 commit 10d4cfe

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ jobs:
3131
path: |
3232
~/.espressif
3333
${{ github.workspace }}/esp-idf
34-
key: ${{ runner.os }}-idf-v5.4.1
34+
key: ${{ runner.os }}-idf-v5.4.2
3535

3636
- name: Install ESP-IDF
3737
if: steps.cache-esp-idf.outputs.cache-hit != 'true'
3838
run: |
3939
git clone --depth=1 -b $IDF_VERSION https://github.com/espressif/esp-idf.git
4040
./esp-idf/install.sh
4141
env:
42-
IDF_VERSION: "v5.4.1"
42+
IDF_VERSION: "v5.4.2"
4343

4444
- name: Setup environment
4545
run: |
46-
source tools/ci.sh && ci_esp32_idf541_setup
46+
source tools/ci.sh && ci_esp32_idf542_setup
4747
source esp-idf/export.sh
4848
pip install future
4949
make -C m5stack submodules
@@ -107,7 +107,7 @@ jobs:
107107
path: |
108108
~/.espressif
109109
${{ github.workspace }}/esp-idf
110-
key: ${{ runner.os }}-idf-v5.4.1
110+
key: ${{ runner.os }}-idf-v5.4.2
111111

112112
- name: Prepare environment
113113
run: |

.github/workflows/nightly-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ jobs:
3030
path: |
3131
~/.espressif
3232
${{ github.workspace }}/esp-idf
33-
key: ${{ runner.os }}-idf-v5.4.1
33+
key: ${{ runner.os }}-idf-v5.4.2
3434

3535
- name: Install ESP-IDF
3636
if: steps.cache-esp-idf.outputs.cache-hit != 'true'
3737
run: |
3838
git clone --depth=1 -b $IDF_VERSION https://github.com/espressif/esp-idf.git
3939
./esp-idf/install.sh
4040
env:
41-
IDF_VERSION: "v5.4.1"
41+
IDF_VERSION: "v5.4.2"
4242

4343
- name: Setup environment
4444
run: |
45-
source tools/ci.sh && ci_esp32_idf541_setup
45+
source tools/ci.sh && ci_esp32_idf542_setup
4646
source esp-idf/export.sh
4747
pip install future
4848
make -C m5stack submodules
@@ -105,7 +105,7 @@ jobs:
105105
path: |
106106
~/.espressif
107107
${{ github.workspace }}/esp-idf
108-
key: ${{ runner.os }}-idf-v5.4.1
108+
key: ${{ runner.os }}-idf-v5.4.2
109109

110110
- name: Prepare environment
111111
run: |

.github/workflows/ports_m5stack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ jobs:
3535
path: |
3636
~/.espressif
3737
${{ github.workspace }}/esp-idf
38-
key: ${{ runner.os }}-idf-v5.4.1
38+
key: ${{ runner.os }}-idf-v5.4.2
3939

4040
- name: Install ESP-IDF
4141
if: steps.cache-esp-idf.outputs.cache-hit != 'true'
4242
run: |
4343
git clone --depth=1 -b $IDF_VERSION https://github.com/espressif/esp-idf.git
4444
./esp-idf/install.sh
4545
env:
46-
IDF_VERSION: "v5.4.1"
46+
IDF_VERSION: "v5.4.2"
4747

4848
- name: Setup environment
4949
run: |
50-
source tools/ci.sh && ci_esp32_idf541_setup
50+
source tools/ci.sh && ci_esp32_idf542_setup
5151
source esp-idf/export.sh
5252
pip install future
5353
make -C m5stack submodules
@@ -110,7 +110,7 @@ jobs:
110110
path: |
111111
~/.espressif
112112
${{ github.workspace }}/esp-idf
113-
key: ${{ runner.os }}-idf-v5.4.1
113+
key: ${{ runner.os }}-idf-v5.4.2
114114

115115
- name: Prepare environment
116116
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```shell
88
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
1010
git -C esp-idf submodule update --init --recursive
1111
./esp-idf/install.sh
1212
. ./esp-idf/export.sh

0 commit comments

Comments
 (0)