Skip to content

Commit 352f151

Browse files
committed
yet an other try
1 parent 6cd19da commit 352f151

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616
path: ~/.lua
1717
key: lua-${{ runner.os }}-5.1
1818

19-
- name: setup-lua
20-
uses: ljmf00/setup-lua@v.1.0.1
19+
- name: Setup Lua/LuaJIT
20+
uses: xpol/setup-lua@v0.3
2121
with:
22-
lua-version: "5.1"
22+
lua-version: "5.1.0"
23+
24+
- name: get LuaRock
25+
uses: leafo/gh-actions-luarocks@v5
2326

2427
- name: get busted and luasocket
2528
run: |

0 commit comments

Comments
 (0)