From e6bb6d88c2a7b975c17e9bec7dc6eb71fc383a25 Mon Sep 17 00:00:00 2001 From: WanqQixiang Date: Wed, 26 Feb 2025 10:01:52 +0800 Subject: [PATCH] CI: Fix ESP Thread Border Router build --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bee9287d..affeaed15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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