From e113cdf54d6563ae47f7d168bb1178c8f67210aa Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Fri, 26 Apr 2024 11:24:33 +0200 Subject: [PATCH] Lua testing works now --- .gitea/workflows/lua-testing.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lua-testing.yaml b/.gitea/workflows/lua-testing.yaml index 1645355..45b2997 100644 --- a/.gitea/workflows/lua-testing.yaml +++ b/.gitea/workflows/lua-testing.yaml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Lua - uses: leafo/gh-actions-lua@v10 + run: | + apt-get update + apt-get install -y luajit - name: Check out repository code uses: actions/checkout@v3 - with: - luaVersion: luajit - name: Run testing library run: luajit test/init.lua