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