Skip to content

Commit ca97a6a

Browse files
authored
ci: use luajit-openresty instead of luajit
1 parent 3191a4e commit ca97a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit"]
15+
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]
1616

1717
name: Lua ${{ matrix.lua-version }}
1818

@@ -96,7 +96,7 @@ jobs:
9696
- name: Set up LuaJIT
9797
uses: leafo/gh-actions-lua@v10.0.0
9898
with:
99-
luaVersion: "luajit"
99+
luaVersion: "luajit-openresty"
100100

101101
- name: Set up luarocks
102102
uses: leafo/gh-actions-luarocks@v4.0.0

0 commit comments

Comments
 (0)