Skip to content

Commit

Permalink
Still requires dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Sep 20, 2024
1 parent a0ae283 commit eb24a68
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/busted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb24a68

Please sign in to comment.