ci: use apt-get instead of apt to avoid warnings from apt

This commit is contained in:
Dundar Göc
2022-02-06 13:42:32 +01:00
committed by Stephan Seitz
parent 322c7995b2
commit d7eab3a5a9

View File

@@ -15,7 +15,7 @@ jobs:
- name: Prepare
run: |
sudo apt-get update
sudo apt install luarocks -y
sudo apt-get install luarocks -y
sudo luarocks install luacheck
- name: Run Luacheck