From dd962a7cd5876e60dc80fbb974a7d445647fb239 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 Dec 2023 21:23:52 +0100 Subject: [PATCH] now --- .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 0152b84..ed28d58 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 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-openssl php-sqlite3 - name: Checkout uses: actions/checkout@v4 - name: run crawler