From 322c7995b23d9fbc19611538d9c0c7404eecbce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Sun, 6 Feb 2022 13:31:57 +0100 Subject: ci: remove unnecessary apt calls --- .github/workflows/lint.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1324f2ab..2c7d3ab9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,6 @@ jobs: - name: Prepare run: | sudo apt-get update - sudo add-apt-repository universe sudo apt install luarocks -y sudo luarocks install luacheck -- cgit v1.2.3