From 5da1fbf71c6610559a6a7a84ff12a64103fd7bad Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 Dec 2023 21:27:18 +0100 Subject: [PATCH] yes --- .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 ed28d58..35ab448 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: All tools we need - run: apt update && apt install default-jre git php php-dom php-curl php-openssl php-sqlite3 + run: apt update && apt install default-jre git php php-dom php-curl php-sqlite3 - name: Checkout uses: actions/checkout@v4 - name: run crawler