From 94a25207a7dbb777e9f54afd697b62d32820aa0f Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 02:17:46 -0400 Subject: [PATCH] ci attempt two --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5a8742..a324803 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,14 @@ jobs: # Runs a set of commands using the runners shell - name: setup-lua - uses: ljmf00/setup-lua@v1.0.0 + - uses: leafo/gh-actions-lua@v9 with: - lua-version: 5.1.0 - install-luarocks: true - luarocks-version: 3.9.0 + luaVersion: "5.1.0" + + - name: setup-luarocks + - uses: leafo/gh-actions-luarocks@v4 + with: + luarocksVersion: "3.9.0" - name: install-lfs run: luarocks install luafilesystem