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 fdccaba1ebc147908e9cca653e6c6743def3332b "
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 9f71adf99a2ebb332e88dc7eec7173de70613a7b "
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 fdccaba1ebc147908e9cca653e6c6743def3332b "
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 9f71adf99a2ebb332e88dc7eec7173de70613a7b "
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