Skip to content

Commit

Permalink
tests/chwd: Remove Luarocks from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ventureoo committed Jun 18, 2024
1 parent 7640277 commit d47cc56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: leafo/gh-actions-lua@v9
- uses: leafo/gh-actions-luarocks@v4
- name: Install dependencies
run: luarocks install luafilesystem
run: |
pacman -Syu --noconfirm lua lua-filesystem
- name: Run Busted
uses: lunarmodules/busted@v2.2.0
with:
Expand Down

0 comments on commit d47cc56

Please sign in to comment.