From eb24a681e9aaaf71e6c36c1b94db74969c1fef70 Mon Sep 17 00:00:00 2001 From: evil_morfar <10189576+evil-morfar@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:10:43 +0200 Subject: [PATCH] Still requires dependencies --- .github/workflows/busted.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/busted.yml b/.github/workflows/busted.yml index de68e4d6..1a1ce062 100644 --- a/.github/workflows/busted.yml +++ b/.github/workflows/busted.yml @@ -14,14 +14,14 @@ jobs: with: luaVersion: 5.1 - # - name: Setup luarocks - # uses: leafo/gh-actions-luarocks@v4 + - name: Setup luarocks + uses: leafo/gh-actions-luarocks@v4 - # - name: Setup dependencies - # run: | - # luarocks install luacov - # luarocks install rxlua - # luarocks install luabitop + - name: Setup dependencies + run: | + luarocks install luacov + luarocks install rxlua + luarocks install luabitop # luarocks install busted # - name: Run Busted