Force tools to build in GH Actions
This commit is contained in:
@@ -114,7 +114,7 @@ infoshell = $(foreach line, $(shell $1 | sed "s/ /__SPACE__/g"), $(info $(subst
|
|||||||
|
|
||||||
# Build tools when building the rom
|
# Build tools when building the rom
|
||||||
# Disable dependency scanning for clean/tidy/tools
|
# Disable dependency scanning for clean/tidy/tools
|
||||||
ifeq (,$(filter-out all compare,$(MAKECMDGOALS)))
|
ifeq (,$(filter-out all compare syms modern,$(MAKECMDGOALS)))
|
||||||
$(call infoshell, $(MAKE) tools)
|
$(call infoshell, $(MAKE) tools)
|
||||||
else
|
else
|
||||||
NODEP := 1
|
NODEP := 1
|
||||||
|
|||||||
Reference in New Issue
Block a user