File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ jobs:
109
109
uses : ./.github/actions/checkout-submodules-and-bootstrap
110
110
with :
111
111
platform : telink
112
- # - name: Update Zephyr to specific revision (for developers purpose)
113
- # shell: bash
114
- # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ce4027fc0768b8509758af2e43f74e3fd2c7d58d "
112
+ - name : Update Zephyr to specific revision (for developers purpose)
113
+ shell : bash
114
+ run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py feb2c11a4414cfb990c005ac80446950a3fdb407 "
115
115
- name : CI Examples Telink
116
116
shell : bash
117
117
run : |
Original file line number Diff line number Diff line change 57
57
with :
58
58
gh-context : ${{ toJson(github) }}
59
59
60
- # - name: Update Zephyr to specific revision (for developers purpose)
61
- # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ce4027fc0768b8509758af2e43f74e3fd2c7d58d "
60
+ - name : Update Zephyr to specific revision (for developers purpose)
61
+ run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py feb2c11a4414cfb990c005ac80446950a3fdb407 "
62
62
63
63
- name : Build example Telink (B92 retention) Air Quality Sensor App
64
64
# Run test for master and s07641069 PRs
You can’t perform that action at this time.
0 commit comments