Skip to content

Commit

Permalink
fix(github: ci): add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Aug 30, 2024
1 parent ffd6500 commit 5e7fc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install Luarocks
run: apt install luarocks
run: sudo apt install luarocks

- name: Install Luacheck
run: luarocks install luacheck
run: sudo luarocks install luacheck

- name: Luacheck
run: luacheck .

0 comments on commit 5e7fc2b

Please sign in to comment.