Skip to content

Commit

Permalink
Merge branch 'ci/fix_br_build_v1_4' into 'release/v1.4'
Browse files Browse the repository at this point in the history
CI: Fix ESP Thread Border Router build(v1.4)

See merge request app-frameworks/esp-matter!1059
  • Loading branch information
chshu committed Feb 26, 2025
2 parents e31a6a7 + e6bb6d8 commit 52e2b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ variables:
.setup_ot_br: &setup_ot_br
- cd ${CI_PROJECT_DIR}
- apt-get update
- apt-get install -y openssh-client
- git clone ${ESP_THREAD_BR_REPO_URL}
- cd ${BR_PATH}/examples/basic_thread_border_router
Expand Down

0 comments on commit 52e2b00

Please sign in to comment.