Skip to content

Commit 50051ae

Browse files
Updated .github/workflows/lua.yaml
1 parent bcab4e9 commit 50051ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lua.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
- uses: leafo/gh-actions-lua@v11
4949
with:
5050
luaVersion: "luajit-openresty"
51-
- uses: leafo/gh-actions-luarocks@v4
51+
- uses: hishamhm/gh-actions-luarocks@master
52+
with:
53+
luaRocksVersion: "3.12.0"
5254
- name: build
5355
run: |
5456
luarocks install busted

0 commit comments

Comments
 (0)