Skip to content

Commit 1c7e3e6

Browse files
authored
fix(luarocks-install-test): use luajit (#445)
1 parent 4278bcb commit 1c7e3e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: leafo/gh-actions-lua@v9
12+
with:
13+
luaVersion: "luajit-2.1.0-beta3"
1214
- uses: leafo/gh-actions-luarocks@v4
1315
- name: Install dkjson
1416
run: luarocks install dkjson

0 commit comments

Comments
 (0)