Skip to content

Commit 2e0beb7

Browse files
committed
[Telink] Use latest hash for Zephyr 3.3
1 parent ac24693 commit 2e0beb7

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
@@ -111,7 +111,7 @@ jobs:
111111
platform: telink
112112
- name: Update Zephyr to specific revision (for developers purpose)
113113
shell: bash
114-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py f28fc3268ea9515d33d7c392b648df25af5d0789"
114+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 79cae7fc482c26b7c521614166a2feb93a23201d"
115115
- name: CI Examples Telink
116116
shell: bash
117117
run: |

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
gh-context: ${{ toJson(github) }}
6060

6161
- name: Update Zephyr to specific revision (for developers purpose)
62-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py f28fc3268ea9515d33d7c392b648df25af5d0789"
62+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 79cae7fc482c26b7c521614166a2feb93a23201d"
6363

6464
- name: Build example Telink (B92 retention) Air Quality Sensor App
6565
# Run test for master and s07641069 PRs

0 commit comments

Comments
 (0)