From d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Sun, 6 Feb 2022 13:42:32 +0100 Subject: ci: use apt-get instead of apt to avoid warnings from apt --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c7d3ab9..9b75ab6b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 -- cgit v1.2.3