Skip to content

Commit a5b7155

Browse files
committed
Update test.yml
1 parent 9307118 commit a5b7155

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ jobs:
1010
- uses: actions/checkout@v3
1111
name: Checkout project
1212

13-
- uses: leafo/gh-actions-lua@v9
14-
name: Install Lua
15-
with:
16-
luaVersion: "5.1.5"
13+
- name: Install Lua
14+
run: sudo apt-get install lua5.1 lua-check luarocks
1715

1816
- name: Setup telescope
1917
run: |

0 commit comments

Comments
 (0)