From 9b99d51a1511f889eae9ec10f78fe4a4308c682f Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Thu, 12 Jun 2025 20:53:06 -0400 Subject: [PATCH] Fixing ci pipeline.... lmao --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 55310c2..8705893 100755 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: echo "Sanctifying container with Lua tools..." # Installs luacheck for linting, and Lua + Luarocks for Busted apk add --no-cache luacheck lua5.1-dev build-base git luarocks - luarocks install busted + luarocks-5.1 install busted - name: 3. Run Luacheck Scrutiny run: |