ci: rootfs structure was not created

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-04-03 10:48:53 +00:00
parent 027d77ed66
commit 44323c85a3
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

View File

@ -155,6 +155,8 @@ __ci-build-set-debug:
sed -i 's/.*DEBUG = .*/DEBUG = 1/' ./config.mk && cat config.mk | grep DEBUG
ci-setup:
$(MAKE) prepare
$(MAKE) mkdir_rootfs
$(MAKE) --quiet -C tools ci
ci-build: