Skip to content

Commit

Permalink
add zephyr update to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Oct 26, 2023
1 parent 80155c4 commit d814297
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
with:
gh-context: ${{ toJson(github) }}

- name: Update Zephyr to specific revision
run: |
cd ../opt/telink/zephyrproject/zephyr \
git reset 4b9be6d6a80690ca3fcc16421795e084f7d940ed --hard \
west update -o=--depth=1 -n -f smart \
west blobs fetch hal_telink
- name: Build example Telink (B92 retention) Air Quality Sensor App
run: |
./scripts/run_in_build_env.sh \
Expand Down

0 comments on commit d814297

Please sign in to comment.