Azure: try another fix
This commit is contained in:
parent
afb6aa4229
commit
68fe8129d7
3
Makefile
3
Makefile
|
@ -36,7 +36,8 @@ build-system-checks:
|
||||||
$(GIT_SUBMODULE_UPDATE); \
|
$(GIT_SUBMODULE_UPDATE); \
|
||||||
echo -e "\n✔️✔️✔️ Successfully fetched all required internal dependencies."; \
|
echo -e "\n✔️✔️✔️ Successfully fetched all required internal dependencies."; \
|
||||||
echo -e " You should now \e[4mre-run '$(MAKE)' to build Nimbus\e[0m\n"; \
|
echo -e " You should now \e[4mre-run '$(MAKE)' to build Nimbus\e[0m\n"; \
|
||||||
} && true
|
}; \
|
||||||
|
true
|
||||||
|
|
||||||
deps: | deps-common beacon_chain.nims p2pd
|
deps: | deps-common beacon_chain.nims p2pd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue