fix ci with building fuzz

This commit is contained in:
hathach
2023-03-17 17:04:11 +07:00
parent a4b17483b9
commit 0c174c17ad

View File

@@ -142,9 +142,7 @@ endif
# get depenecies
.PHONY: get-deps
get-deps:
ifdef DEPS_SUBMODULES
git -C $(TOP) submodule update --init $(DEPS_SUBMODULES)
endif
$(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
size: $(BUILD)/$(PROJECT)
-@echo ''