feat: swap dependency branch

This commit is contained in:
Hanno Cornelius 2025-05-28 16:05:46 +01:00
parent 78ea8e7f8f
commit 8b403f5b8a
No known key found for this signature in database
GPG Key ID: 081F615B3EDEF8DE

View File

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