Skip to content

Commit 95d1181

Browse files
committed
get lua via apt-get
1 parent 6881d68 commit 95d1181

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: get lua
14-
uses: leafo/gh-actions-lua@v10
15-
with:
16-
luaVersion: "5.1"
14+
run: sudo apt-get update && sudo apt-get install -y lua5.1
1715

1816
- name: get luarocks
1917
uses: leafo/gh-actions-luarocks@v4

0 commit comments

Comments
 (0)