Skip to content

Commit

Permalink
fix(ci/build-toml): intsall lua 5.1 instead of luajit
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 626b76c commit 499da23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Lua
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-2.0.5"
luaVersion: "lua-5.1"
- name: Install Luarocks
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 499da23

Please sign in to comment.