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