add extra dependency
All checks were successful
/ weblog.lol (push) Successful in 27s

This commit is contained in:
zepp 2025-03-08 22:07:08 -05:00
parent 5207d015d5
commit 27c6f44dbc

View File

@ -14,7 +14,7 @@ jobs:
apt-get update && apt-get install software-properties-common apt-transport-https ca-certificates lsb-release -y
- name: Install dependencies
run: |
apt-get update && apt-get install php -y
apt-get update && apt-get install php php-curl -y
- id: weblog_import
uses: neatnik/weblog.lol@v1
env: