Skip to content

Commit 9284b3b

Browse files
committed
[Telink] Update Zephyr rev for build test
1 parent 3eb0af5 commit 9284b3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chef.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
platform: telink
111111
- name: Update Zephyr to specific revision (for developers purpose)
112112
shell: bash
113-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 1231df2e32c7fc3df6e8c3cf81ba1a9f248bd03c"
113+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18"
114114
- name: CI Examples Telink
115115
shell: bash
116116
run: |

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
gh-context: ${{ toJson(github) }}
5858

5959
- name: Update Zephyr to specific revision (for developers purpose)
60-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 1231df2e32c7fc3df6e8c3cf81ba1a9f248bd03c"
60+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18"
6161

6262
- name: Build example Telink (B92 retention) Air Quality Sensor App
6363
run: |

0 commit comments

Comments
 (0)