add git-lfs to required binary checks

This commit is contained in:
Lance Vick 2023-05-01 14:10:33 -07:00
parent 4eff8b258b
commit 70c9e403ac
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ ifneq (,$(wildcard $(DIST_DIR)/release.env))
export
endif
executables = $(docker) git patch
executables = $(docker) git git-lfs patch
.PHONY: toolchain
toolchain: \