Skip to content

Commit eb6c211

Browse files
authored
feat: switch to "luajit-openresty" to fix CI error (#161)
* ci: update leafo/gh-actions-lua to v10.0.0 * ci: change luaVersion for LuaJIT to luajit-openresty Fixes: #160
1 parent f40b2ea commit eb6c211

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

+4-4
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

@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v2
2222

2323
- name: Set up Lua ${{ matrix.lua-version }}
24-
uses: leafo/gh-actions-lua@v8.0.0
24+
uses: leafo/gh-actions-lua@v10.0.0
2525
with:
2626
luaVersion: ${{ matrix.lua-version }}
2727

@@ -94,9 +94,9 @@ jobs:
9494
uses: actions/checkout@v2
9595

9696
- name: Set up LuaJIT
97-
uses: leafo/gh-actions-lua@v8.0.0
97+
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/[email protected]

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Set up Lua ${{ matrix.lua-version }}
28-
uses: leafo/gh-actions-lua@v8.0.0
28+
uses: leafo/gh-actions-lua@v10.0.0
2929
with:
3030
luaVersion: 5.1
3131

0 commit comments

Comments
 (0)