Skip to content

Commit 6cd19da

Browse files
committed
another try
1 parent e54842b commit 6cd19da

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ jobs:
1010
- name: checkout
1111
uses: actions/checkout@v2
1212

13-
- name: enable cahce
13+
- name: enable cache
1414
uses: actions/cache@v3
1515
with:
1616
path: ~/.lua
1717
key: lua-${{ runner.os }}-5.1
1818

19-
- name: Install Lua and LuaRocks from apt
20-
run: sudo apt-get update && sudo apt-get install -y lua5.1 luarocks
19+
- name: setup-lua
20+
uses: ljmf00/[email protected]
21+
with:
22+
lua-version: "5.1"
2123

2224
- name: get busted and luasocket
2325
run: |

0 commit comments

Comments
 (0)