Skip to content

Commit

Permalink
Merge branch 'ci/fix_br_build' into 'main'
Browse files Browse the repository at this point in the history
CI: Fix ESP Thread Border Router build

See merge request app-frameworks/esp-matter!1058
  • Loading branch information
chshu committed Feb 26, 2025
2 parents db6b6f3 + 26105cf commit 526d681
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 @@ -63,6 +63,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 526d681

Please sign in to comment.