simple change checkout master by default

This commit is contained in:
Ivan Folgueira Bande 2025-09-22 16:06:15 +02:00
parent 3c377fa8ca
commit d9e869cfb3
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -15,7 +15,7 @@ prepare:
cd ../third_party/ && \ cd ../third_party/ && \
git clone https://github.com/waku-org/nim-sds && \ git clone https://github.com/waku-org/nim-sds && \
cd nim-sds && \ cd nim-sds && \
git checkout add-windows-support; \ git checkout master; \
make update; \ make update; \
else \ else \
echo "nim-sds repository already exists."; \ echo "nim-sds repository already exists."; \