Skip to content

Commit 0c174c1

Browse files
committed
fix ci with building fuzz
1 parent a4b1748 commit 0c174c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/fuzz/rules.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ endif
142142
# get depenecies
143143
.PHONY: get-deps
144144
get-deps:
145-
ifdef DEPS_SUBMODULES
146-
git -C $(TOP) submodule update --init $(DEPS_SUBMODULES)
147-
endif
145+
$(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
148146

149147
size: $(BUILD)/$(PROJECT)
150148
-@echo ''

0 commit comments

Comments
 (0)