yetzt?
This commit is contained in:
parent
d9a915bfce
commit
d2ebd3d81e
@ -6,10 +6,10 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_database:
|
update_database:
|
||||||
runs-on: alpine
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: All tools we need
|
- 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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: run crawler
|
- name: run crawler
|
||||||
|
Reference in New Issue
Block a user