From d9949ad5db7cda67476e9d7cf1dbe2e1228fbac4 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Mon, 16 Jun 2025 23:27:52 -0400 Subject: [PATCH] annnnnd pissed off Busted again again... --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 208d76c..ca68fcc 100755 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,8 +26,8 @@ jobs: run: | echo "Installing Luacheck and Busted via Luarocks..." # This method is more reliable than relying on apt for Lua packages - sudo luarocks install busted - sudo luarocks install luacheck + luarocks install busted + luarocks install luacheck - name: 4. Run Luacheck Scrutiny run: |