You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo "Fetching Core protobuf files from $(core-proto-repo-ssh) at $(core-proto-ref). Customize with make core-proto-repo=your-repo core-proto-ref=your-ref"
233
+
if [ -d"nico-core" ];then rm -rf nico-core;fi
234
+
git clone $(core-proto-repo-ssh) nico-core;
235
+
cd nico-core && git fetch $(core-proto-repo-ssh)&& git reset --hard $(core-proto-ref);
230
236
ls nico-core/crates/rpc/proto
231
237
@for file in nico-core/crates/rpc/proto/*.proto;do\
0 commit comments