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
@$(DEPENV) dep ensure -v -vendor-only ||$(MAKE) vendor-install
@echo
@$(DEPENV) dep ensure -v -vendor-only || $(MAKE) vendor-install leads to an infinite fork loop when dep fails. || $(MAKE) vendor-install should be removed.