From 38f670d89ca5038c1d552bc574d5fe4e129ea47b Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 8 Aug 2024 14:28:19 -0500 Subject: Have the main build depend on the image build --- meta.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.lua b/meta.lua index 548acdb..218ee05 100644 --- a/meta.lua +++ b/meta.lua @@ -44,7 +44,7 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers image = "image-luafilesystem-" .. image .. "-lua" .. version, requires = { {"git", "luafilesystem"}, - {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image}, + {"cicd","image-luafilesystem-" .. image .. "-lua" .. version}, }, produces = { "luafilesystem-git-1.win32-" .. image .. ".rock" -- cgit v1.2.3-55-g6feb