From a50ca7736830fba1cb09bc2aa7b9044b4883772c Mon Sep 17 00:00:00 2001 From: sirouk <8901571+sirouk@users.noreply.github.com> Date: Fri, 3 Nov 2023 21:23:19 +0000 Subject: [PATCH] build the framework before genesis --- tools/genesis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/genesis/Makefile b/tools/genesis/Makefile index 2a02f1aab..5c228ce26 100644 --- a/tools/genesis/Makefile +++ b/tools/genesis/Makefile @@ -31,7 +31,7 @@ GIT_REPO = genesis-smoke endif -genesis: +genesis: stdlib cargo r -- -c ${CHAIN} \ genesis --org-github ${GIT_ORG} \ --name-github ${GIT_REPO} \