feat: swap dependency branch

feat: swap dependency branch
This commit is contained in:
Hanno Cornelius 2025-05-28 16:51:29 +01:00 committed by GitHub
commit e71c24b526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ prepare:
cd $(THIRD_PARTY_DIR) && \ cd $(THIRD_PARTY_DIR) && \
git clone $(NIM_SDS_REPO) && \ git clone $(NIM_SDS_REPO) && \
cd $(NIM_SDS_DIR) && \ cd $(NIM_SDS_DIR) && \
git checkout gabrielmer-feat-init-implementation; \ git checkout feat-init-implementation; \
make update; \ make update; \
else \ else \
echo "nim-sds repository already exists."; \ echo "nim-sds repository already exists."; \