ci: fix 'tmp_rootfs/sys/drv/': No such file or directory

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-04-03 10:53:38 +00:00
parent bd32020876
commit a1622cc885
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

View File

@ -160,6 +160,7 @@ ci-setup:
ci-build:
# Prepare
$(MAKE) prepare
$(MAKE) mkdir_rootfs
$(MAKE) --quiet -C tools do_limine
# amd64
sed -i 's/.*OSARCH = .*/OSARCH = amd64/' ./config.mk && cat config.mk | grep OSARCH