fix(cicd): manually setup actions as GH actions don't work on this image #2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
|
||||
- name: Setup Luacheck
|
||||
run: |
|
||||
apt update && apt -y install lua-check
|
||||
apt update && apt install lua-check -y
|
||||
|
||||
- name: Luacheck linter
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue