File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
platform : telink
109
109
- name : Update Zephyr to specific revision (for developers purpose)
110
110
shell : bash
111
- run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3dbcf6859dba8279051cc69ea87d5c5d5b4964ab "
111
+ run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py e71ed05072b624d4fe3434054676e65542d026c8 "
112
112
- name : CI Examples Telink
113
113
shell : bash
114
114
run : |
Original file line number Diff line number Diff line change 55
55
gh-context : ${{ toJson(github) }}
56
56
57
57
- name : Update Zephyr to specific revision (for developers purpose)
58
- run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3dbcf6859dba8279051cc69ea87d5c5d5b4964ab "
58
+ run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py e71ed05072b624d4fe3434054676e65542d026c8 "
59
59
60
60
- name : Build example Telink (W91) Lighting App
61
61
run : |
You can’t perform that action at this time.
0 commit comments