summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index bee7bd0..cf6a603 100644
--- a/meta.lua
+++ b/meta.lua
@@ -28,7 +28,7 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers
28 image = "image-" .. image, 28 image = "image-" .. image,
29 requires = { 29 requires = {
30 {"http", link}, 30 {"http", link},
31 {"cicd", "image-" .. image 31 {"cicd", "image-" .. image},
32 }, 32 },
33 produces = { 33 produces = {
34 "lua.exe", 34 "lua.exe",