From 9b3d8a18fc55856a22c091d759f4bf521578aa72 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 Dec 2023 21:36:06 +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 35ab448..3d94427 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-sqlite3 + run: apt update && apt install -y default-jre git php php-dom php-curl php-sqlite3 - name: Checkout uses: actions/checkout@v4 - name: run crawler