From d9a915bfce0b6052c64071be81803ffc7935b8ac Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 Dec 2023 21:07:53 +0100 Subject: [PATCH] with cache? --- .gitea/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index 303770f..70e736a 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -9,7 +9,7 @@ jobs: runs-on: alpine steps: - name: All tools we need - run: apk add --no-cache git curl jq openjdk21-jre php php-dom php-curl php-openssl php-sqlite3 + run: apk add git curl jq openjdk21-jre php php-dom php-curl php-openssl php-sqlite3 - name: Checkout uses: actions/checkout@v4 - name: run crawler