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