refactor: use correct crowsnest branch for v5 and future releases (#792)

fix: fix crowsnest for v5 and future releases

Signed-off-by: Patrick Gehrsitz <github@mryel.de>
This commit is contained in:
Patrick Gehrsitz
2026-04-19 14:52:16 +02:00
committed by GitHub
parent 2f41e52189
commit a935e67431
+1 -1
View File
@@ -47,7 +47,7 @@ from utils.sys_utils import (
def install_crowsnest() -> None: def install_crowsnest() -> None:
# Step 1: Clone crowsnest repo # Step 1: Clone crowsnest repo
git_clone_wrapper(CROWSNEST_REPO, CROWSNEST_DIR, "master") git_clone_wrapper(CROWSNEST_REPO, CROWSNEST_DIR)
# Step 2: Install dependencies # Step 2: Install dependencies
check_install_dependencies({"make"}) check_install_dependencies({"make"})