From 0424181de80e0209baca0453b41f152400f0df47 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 20 Jan 2024 12:38:31 +0100 Subject: [PATCH] * MOD: again shellcheck Signed-off-by: Uwe Hermann --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 19b310d..0545394 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install shellcheck - run: apt install -y shellcheck + run: apt update && apt install -y shellcheck - name: test run: shellcheck.sh