Skip to content

Commit ff037eb

Browse files
committed
ci: fix rockspec
1 parent cc2ebba commit ff037eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openssl-scm-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ build = {
112112

113113
test = {
114114
type = "command",
115-
command = "LUA=`luarocks config deploy_bin_dir`/`luarocks config LUA` && cd test && $LUA test.lua"
115+
command = "LUA=`luarocks config LUA` && cd test && $LUA test.lua"
116116
}

0 commit comments

Comments
 (0)