Skip to content

Commit

Permalink
fix(ci/build-toml): incorrect lua version (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 499da23 commit 93bde51
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: "lua-5.1"
luaVersion: "5.1"
- name: Install Luarocks
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 93bde51

Please sign in to comment.