Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aklakina authored Feb 23, 2024
1 parent 2ca06a4 commit 104f57a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ jobs:

- name: Setup Lua with Luver
uses: MunifTanjim/luver-action@v1.2.1

with:
# Lua version to set as default.
default: 5.4.6
# Lua versions to install.
lua_versions: 5.4.6
# LuaRocks versions to install.
luarocks_versions: 3.9.2

- name: Install luaunit
run: luarocks install luaunit

Expand Down

0 comments on commit 104f57a

Please sign in to comment.