1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Lua workflow: Use Leafo's Luarocks action

instead of installing outdated packages which lead to failing workflows
This commit is contained in:
Lars Müller
2022-05-28 11:31:56 +02:00
committed by GitHub
parent e8b2954586
commit 76000e676b

View File

@@ -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: |