Skip to content

Commit 568cada

Browse files
committed
feat(lua): use external luarocks spec file
1 parent f90ad6d commit 568cada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/luarocks-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
set -euo pipefail
2323
IFS=$'\n\t'
24-
rc=0
24+
rc=0
2525
\sudo apt install -y luarocks
2626
\lua -e 'dofile("/tmp/openid-connect-provider-debugger-0.0.0.rockspec"); for _, dep in ipairs(dependencies) do local package, version = dep:match("^(.+)%s*==%s*(.+)$"); if package and version then print(package .. " " .. version) end end' | while read package current_version ; do
2727
latest_version="$(\luarocks search "${package}" --porcelain | \head -n 1 | \cut -f 2)"

0 commit comments

Comments
 (0)