From 8c0eaa09857c0cb77cd4e7afb17c81d6bdb4330a Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Fri, 6 Jun 2025 11:03:51 +0200 Subject: [PATCH] chore: using test branch --- sds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sds/Makefile b/sds/Makefile index b51a569..b39ea21 100644 --- a/sds/Makefile +++ b/sds/Makefile @@ -20,7 +20,7 @@ prepare: cd $(THIRD_PARTY_DIR) && \ git clone $(NIM_SDS_REPO) && \ cd $(NIM_SDS_DIR) && \ - git checkout master; \ + git checkout fix-statusgo-build; \ make update; \ else \ echo "nim-sds repository already exists."; \