summaryrefslogtreecommitdiff
path: root/xmake/modules/utils/ci/packageskey.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-05-08 23:50:55 +0800
committerruki <[email protected]>2021-05-08 23:50:55 +0800
commitb9527ce7f37c7455fd6beb1d07ad562f2e43b056 (patch)
treea60010bc29092ea0207b7a0d2280f25b9f677998 /xmake/modules/utils/ci/packageskey.lua
parentf21aa19d54be924764fc92f2dfda52af6198899c (diff)
improve packagekey
Diffstat (limited to 'xmake/modules/utils/ci/packageskey.lua')
-rw-r--r--xmake/modules/utils/ci/packageskey.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/utils/ci/packageskey.lua b/xmake/modules/utils/ci/packageskey.lua
index 1b0ab282e..50e3e2d1b 100644
--- a/xmake/modules/utils/ci/packageskey.lua
+++ b/xmake/modules/utils/ci/packageskey.lua
@@ -54,7 +54,7 @@ function main(requires_raw)
end
table.sort(keys)
keys = table.concat(keys, ",")
- return hash.uuid4(keys):gsub('-', ''):lower()
+ print(hash.uuid4(keys):gsub('-', ''):lower())
end