Skip to content

Commit dac8b04

Browse files
authored
ci: fix CI fail (#818)
* ci: fix CI fail * ci: fix CI fail * ci: fix CI fail
1 parent f6ea023 commit dac8b04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/backend-unit-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
go-version: '1.13'
3939

4040
- name: setup lua
41-
uses: leafo/gh-actions-lua@v7
42-
with:
43-
luaVersion: "5.1.5"
41+
run: |
42+
sudo apt-get update
43+
sudo apt-get install lua5.1
4444
4545
- name: run test
4646
run: |

0 commit comments

Comments
 (0)