Skip to content

Commit

Permalink
feat: switch to "luajit-openresty" to fix CI error (#161)
Browse files Browse the repository at this point in the history
* ci: update leafo/gh-actions-lua to v10.0.0

* ci: change luaVersion for LuaJIT to luajit-openresty

Fixes: #160
  • Loading branch information
mikyll authored Nov 22, 2024
1 parent f40b2ea commit eb6c211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit"]
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]

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

Expand All @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

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

Expand Down Expand Up @@ -94,9 +94,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up LuaJIT
uses: leafo/gh-actions-lua@v8.0.0
uses: leafo/gh-actions-lua@v10.0.0
with:
luaVersion: "luajit"
luaVersion: "luajit-openresty"

- name: Set up luarocks
uses: leafo/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

Expand Down

0 comments on commit eb6c211

Please sign in to comment.