forked from Mirrorlandia_minetest/minetest
Lua workflow: Use Leafo's Luarocks action
instead of installing outdated packages which lead to failing workflows
This commit is contained in:
parent
e8b2954586
commit
76000e676b
7
.github/workflows/lua.yml
vendored
7
.github/workflows/lua.yml
vendored
@ -42,9 +42,10 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install luarocks
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install -y luarocks
|
||||
- uses: leafo/gh-actions-lua@v9
|
||||
with:
|
||||
luaVersion: "5.1.5"
|
||||
- uses: leafo/gh-actions-luarocks@v4
|
||||
|
||||
- name: Install luarocks tools
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user