From d2ebd3d81edad0ae8f57f11355f2230dfede0842 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 Dec 2023 21:22:50 +0100 Subject: [PATCH] yetzt? --- .gitea/workflows/autoupdate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index 70e736a..0152b84 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -6,10 +6,10 @@ on: [push] jobs: update_database: - runs-on: alpine + runs-on: ubuntu-latest steps: - name: All tools we need - run: apk add git curl jq openjdk21-jre php php-dom php-curl php-openssl php-sqlite3 + run: apt install default-jre git php php-dom php-curl php-openssl php-sqlite3 - name: Checkout uses: actions/checkout@v4 - name: run crawler