From d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8 Mon Sep 17 00:00:00 2001 From: Dundar Göc 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(-) (limited to '.github/workflows/lint.yml') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c7d3ab92..9b75ab6b0 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-70-g09d2